#D56452

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

Shades of Roman #D56452

Tints of Roman #D56452

Color information

#D56452 (or 0xD56452) is unknown color: approx Roman. HEX triplet: D5, 64 and 52. RGB value is (213,100,82). Sum of RGB (Red+Green+Blue) = 213+100+82=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D56452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56452 is #2A9BAD. Grayscale: #838383. Windows color (decimal): -2792366 or 5399765. OLE color: 5399765.

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

Color convert

RGB21310082-
CMYK00.530.620.16
HSL8.24º60.93%57.84%-
HSV(B)8.24º61.5%83.53%-
XYZ33.5223.8710.82-
YUV131.7499.94185.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=53.92%
G=25.32%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131008200.530.620.168.2460.9357.84
HexD564520353E1083d3a
Octal3251441220657620107572
Binary11010101110010010100100110101111110100001000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56452; }

 p { color: rgb(213,100,82); }

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

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

 a { background-color: rgb(213,100,82); }

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

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

 span { border-color: rgb(213,100,82); }

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