#D16359

Color #D16359 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D16359

Tints of Roman #D16359

Color information

#D16359 (or 0xD16359) is unknown color: approx Roman. HEX triplet: D1, 63 and 59. RGB value is (209,99,89). Sum of RGB (Red+Green+Blue) = 209+99+89=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D16359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16359 is #2E9CA6. Grayscale: #828282. Windows color (decimal): -3054759 or 5858257. OLE color: 5858257.

HSL color Cylindrical-coordinate representation of color #D16359: hue angle of 5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D16359 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB2099989-
CMYK00.530.570.18
HSL56.6%58.43%-
HSV(B)57.42%81.96%-
XYZ32.5623.212.21-
YUV130.75104.44183.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=52.64%
G=24.94%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209998900.530.570.18556.658.43
HexD1635903539125393a
Octal321143131065712257172
Binary1101000111000111011001011010111100110010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16359; }

 p { color: rgb(209,99,89); }

 H1.HeaderClassName
 {
   color: #D16359;
 }
 .AnyTagClassName
 {
   color: #D16359;
 }
</style>
background-color css

<style>
 a { background-color: #D16359; }

 a { background-color: rgb(209,99,89); }

 div.DivClassName
 {
   background-color: #D16359;
 }
 .BgClassName
 {
   background-color: #D16359;
 }
</style>
border-color css

<style>
 span { border-color: #D16359; }

 span { border-color: rgb(209,99,89); }

 td.TdClassName
 {
   border-color: #D16359;
 }
 .TagClassName
 {
   border-color: #D16359;
 }
</style>