#D76361

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

Shades of Roman #D76361

Tints of Roman #D76361

Color information

#D76361 (or 0xD76361) is unknown color: approx Roman. HEX triplet: D7, 63 and 61. RGB value is (215,99,97). Sum of RGB (Red+Green+Blue) = 215+99+97=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D76361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76361 is #289C9E. Grayscale: #858585. Windows color (decimal): -2661535 or 6382551. OLE color: 6382551.

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

Color convert

RGB2159997-
CMYK00.540.550.16
HSL1.02º59.6%61.18%-
HSV(B)1.02º54.88%84.31%-
XYZ34.6424.2314.16-
YUV133.46107.43186.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.31%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=52.31%
G=24.09%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215999700.540.550.161.0259.661.18
HexD76361036371013c3d
Octal327143141066672017475
Binary11010111110001111000010110110110111100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76361; }

 p { color: rgb(215,99,97); }

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

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

 a { background-color: rgb(215,99,97); }

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

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

 span { border-color: rgb(215,99,97); }

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