#D07371

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

Shades of Contessa #D07371

Tints of Contessa #D07371

Color information

#D07371 (or 0xD07371) is unknown color: approx Contessa. HEX triplet: D0, 73 and 71. RGB value is (208,115,113). Sum of RGB (Red+Green+Blue) = 208+115+113=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D07371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07371 is #2F8C8E. Grayscale: #8E8E8E. Windows color (decimal): -3116175 or 7435216. OLE color: 7435216.

HSL color Cylindrical-coordinate representation of color #D07371: hue angle of 1.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07371 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB208115113-
CMYK00.450.460.18
HSL1.26º50.26%62.94%-
HSV(B)1.26º45.67%81.57%-
XYZ35.1226.8618.96-
YUV142.58111.31174.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=47.71%
G=26.38%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811511300.450.460.181.2650.2662.94
HexD0737102D2E121323f
Octal320163161055562216277
Binary11010000111001111100010101101101110100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07371; }

 p { color: rgb(208,115,113); }

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

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

 a { background-color: rgb(208,115,113); }

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

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

 span { border-color: rgb(208,115,113); }

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