#D4645A

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

Shades of Roman #D4645A

Tints of Roman #D4645A

Color information

#D4645A (or 0xD4645A) is unknown color: approx Roman. HEX triplet: D4, 64 and 5A. RGB value is (212,100,90). Sum of RGB (Red+Green+Blue) = 212+100+90=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4645A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4645A is #2B9BA5. Grayscale: #848484. Windows color (decimal): -2857894 or 5924052. OLE color: 5924052.

HSL color Cylindrical-coordinate representation of color #D4645A: hue angle of 4.92º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4645A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21210090-
CMYK00.530.580.17
HSL4.92º58.65%59.22%-
HSV(B)4.92º57.55%83.14%-
XYZ33.5523.8512.51-
YUV132.35104.11184.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.74%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=52.74%
G=24.88%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121009000.530.580.174.9258.6559.22
HexD4645A0353A1153b3b
Octal324144132065722157373
Binary1101010011001001011010011010111101010001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4645A; }

 p { color: rgb(212,100,90); }

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

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

 a { background-color: rgb(212,100,90); }

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

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

 span { border-color: rgb(212,100,90); }

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