#D76261

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

Shades of Roman #D76261

Tints of Roman #D76261

Color information

#D76261 (or 0xD76261) is unknown color: approx Roman. HEX triplet: D7, 62 and 61. RGB value is (215,98,97). Sum of RGB (Red+Green+Blue) = 215+98+97=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D76261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76261 is #289D9E. Grayscale: #848484. Windows color (decimal): -2661791 or 6382295. OLE color: 6382295.

HSL color Cylindrical-coordinate representation of color #D76261: hue angle of 0.51º 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 #D76261 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB2159897-
CMYK00.540.550.16
HSL0.51º59.6%61.18%-
HSV(B)0.51º54.88%84.31%-
XYZ34.5524.0514.13-
YUV132.87107.76186.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.44%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 97 (38.28% from 255) = 23.66%
R=52.44%
G=23.90%
B=23.66%

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
Decimal215989700.540.550.160.5159.661.18
HexD76261036371013c3d
Octal327142141066672017475
Binary11010111110001011000010110110110111100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76261; }

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

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

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

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

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

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

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

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