#D56454

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

Shades of Roman #D56454

Tints of Roman #D56454

Color information

#D56454 (or 0xD56454) is unknown color: approx Roman. HEX triplet: D5, 64 and 54. RGB value is (213,100,84). Sum of RGB (Red+Green+Blue) = 213+100+84=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D56454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56454 is #2A9BAB. Grayscale: #848484. Windows color (decimal): -2792364 or 5530837. OLE color: 5530837.

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

Color convert

RGB21310084-
CMYK00.530.610.16
HSL7.44º60.56%58.24%-
HSV(B)7.44º60.56%83.53%-
XYZ33.623.911.23-
YUV131.96100.94185.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.65%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=53.65%
G=25.19%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131008400.530.610.167.4460.5658.24
HexD564540353D1073d3a
Octal325144124065752077572
Binary1101010111001001010100011010111110110000111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56454; }

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

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

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

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

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

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

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

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