#D56960

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

Shades of Roman #D56960

Tints of Roman #D56960

Color information

#D56960 (or 0xD56960) is unknown color: approx Roman. HEX triplet: D5, 69 and 60. RGB value is (213,105,96). Sum of RGB (Red+Green+Blue) = 213+105+96=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D56960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56960 is #2A969F. Grayscale: #888888. Windows color (decimal): -2791072 or 6318549. OLE color: 6318549.

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

Color convert

RGB21310596-
CMYK00.510.550.16
HSL4.62º58.21%60.59%-
HSV(B)4.62º54.93%83.53%-
XYZ34.625.0914.09-
YUV136.27105.28182.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.45%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=51.45%
G=25.36%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131059600.510.550.164.6258.2160.59
HexD56960033371053a3d
Octal325151140063672057275
Binary1101010111010011100000011001111011110000101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56960; }

 p { color: rgb(213,105,96); }

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

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

 a { background-color: rgb(213,105,96); }

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

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

 span { border-color: rgb(213,105,96); }

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