#D56B5B

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

Shades of Roman #D56B5B

Tints of Roman #D56B5B

Color information

#D56B5B (or 0xD56B5B) is unknown color: approx Roman. HEX triplet: D5, 6B and 5B. RGB value is (213,107,91). Sum of RGB (Red+Green+Blue) = 213+107+91=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56B5B is #2A94A4. Grayscale: #898989. Windows color (decimal): -2790565 or 5991381. OLE color: 5991381.

HSL color Cylindrical-coordinate representation of color #D56B5B: hue angle of 7.87º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D56B5B is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21310791-
CMYK00.500.570.16
HSL7.87º59.22%59.61%-
HSV(B)7.87º57.28%83.53%-
XYZ34.5925.4212.98-
YUV136.87102.12182.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=51.82%
G=26.03%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131079100.500.570.167.8759.2259.61
HexD56B5B032391083b3c
Octal3251531330627120107374
Binary11010101110101110110110110010111001100001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56B5B; }

 p { color: rgb(213,107,91); }

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

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

 a { background-color: rgb(213,107,91); }

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

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

 span { border-color: rgb(213,107,91); }

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