#D56261

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

Shades of Roman #D56261

Tints of Roman #D56261

Color information

#D56261 (or 0xD56261) is unknown color: approx Roman. HEX triplet: D5, 62 and 61. RGB value is (213,98,97). Sum of RGB (Red+Green+Blue) = 213+98+97=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D56261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56261 is #2A9D9E. Grayscale: #848484. Windows color (decimal): -2792863 or 6382293. OLE color: 6382293.

HSL color Cylindrical-coordinate representation of color #D56261: hue angle of 0.52º 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 #D56261 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB2139897-
CMYK00.540.540.16
HSL0.52º58%60.78%-
HSV(B)0.52º54.46%83.53%-
XYZ33.9723.7414.1-
YUV132.27108.1185.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.21%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=52.21%
G=24.02%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213989700.540.540.160.525860.78
HexD56261036361013a3d
Octal325142141066662017275
Binary11010101110001011000010110110110110100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56261; }

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

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

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

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

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

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

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

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