#D76462

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

Shades of Roman #D76462

Tints of Roman #D76462

Color information

#D76462 (or 0xD76462) is unknown color: approx Roman. HEX triplet: D7, 64 and 62. RGB value is (215,100,98). Sum of RGB (Red+Green+Blue) = 215+100+98=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D76462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76462 is #289B9D. Grayscale: #868686. Windows color (decimal): -2661278 or 6448343. OLE color: 6448343.

HSL color Cylindrical-coordinate representation of color #D76462: hue angle of 1.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76462 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21510098-
CMYK00.530.540.16
HSL1.03º59.39%61.37%-
HSV(B)1.03º54.42%84.31%-
XYZ34.7924.4414.44-
YUV134.16107.6185.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.06%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=52.06%
G=24.21%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151009800.530.540.161.0359.3961.37
HexD76462035361013b3d
Octal327144142065662017375
Binary11010111110010011000100110101110110100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76462; }

 p { color: rgb(215,100,98); }

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

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

 a { background-color: rgb(215,100,98); }

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

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

 span { border-color: rgb(215,100,98); }

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