#D56461

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

Shades of Roman #D56461

Tints of Roman #D56461

Color information

#D56461 (or 0xD56461) is unknown color: approx Roman. HEX triplet: D5, 64 and 61. RGB value is (213,100,97). Sum of RGB (Red+Green+Blue) = 213+100+97=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D56461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56461 is #2A9B9E. Grayscale: #858585. Windows color (decimal): -2792351 or 6382805. OLE color: 6382805.

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

Color convert

RGB21310097-
CMYK00.530.540.16
HSL1.55º58%60.78%-
HSV(B)1.55º54.46%83.53%-
XYZ34.1624.1214.17-
YUV133.44107.44184.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.95%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 97 (38.28% from 255) = 23.66%
R=51.95%
G=24.39%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131009700.530.540.161.555860.78
HexD56461035361023a3d
Octal325144141065662027275
Binary110101011100100110000101101011101101000010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56461; }

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

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

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

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

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

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

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

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