#D36868

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

Shades of Roman #D36868

Tints of Roman #D36868

Color information

#D36868 (or 0xD36868) is unknown color: approx Roman. HEX triplet: D3, 68 and 68. RGB value is (211,104,104). Sum of RGB (Red+Green+Blue) = 211+104+104=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D36868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36868 is #2C9797. Grayscale: #888888. Windows color (decimal): -2922392 or 6842579. OLE color: 6842579.

HSL color Cylindrical-coordinate representation of color #D36868: hue angle of 0º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36868 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB211104104-
CMYK00.510.510.17
HSL54.87%61.76%-
HSV(B)50.71%82.75%-
XYZ34.3124.7516.07-
YUV135.99109.95181.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.36%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=50.36%
G=24.82%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110410400.510.510.17054.8761.76
HexD3686803333110373e
Octal323150150063632106776
Binary11010011110100011010000110011110011100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36868; }

 p { color: rgb(211,104,104); }

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

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

 a { background-color: rgb(211,104,104); }

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

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

 span { border-color: rgb(211,104,104); }

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