#D0645E

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

Shades of Roman #D0645E

Tints of Roman #D0645E

Color information

#D0645E (or 0xD0645E) is unknown color: approx Roman. HEX triplet: D0, 64 and 5E. RGB value is (208,100,94). Sum of RGB (Red+Green+Blue) = 208+100+94=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0645E is #2F9BA1. Grayscale: #838383. Windows color (decimal): -3120034 or 6186192. OLE color: 6186192.

HSL color Cylindrical-coordinate representation of color #D0645E: hue angle of 3.16º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0645E is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20810094-
CMYK00.520.550.18
HSL3.16º54.81%59.22%-
HSV(B)3.16º54.81%81.57%-
XYZ32.5923.3313.38-
YUV131.61106.78182.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.74%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=51.74%
G=24.88%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081009400.520.550.183.1654.8159.22
HexD0645E03437123373b
Octal320144136064672236773
Binary110100001100100101111001101001101111001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0645E; }

 p { color: rgb(208,100,94); }

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

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

 a { background-color: rgb(208,100,94); }

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

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

 span { border-color: rgb(208,100,94); }

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