#D75C56

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

Shades of Roman #D75C56

Tints of Roman #D75C56

Color information

#D75C56 (or 0xD75C56) is unknown color: approx Roman. HEX triplet: D7, 5C and 56. RGB value is (215,92,86). Sum of RGB (Red+Green+Blue) = 215+92+86=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C56 is #28A3A9. Grayscale: #808080. Windows color (decimal): -2663338 or 5659863. OLE color: 5659863.

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

Color convert

RGB2159286-
CMYK00.570.60.16
HSL2.79º61.72%59.02%-
HSV(B)2.79º60%84.31%-
XYZ33.5322.7711.43-
YUV128.09104.25189.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.71%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=54.71%
G=23.41%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215928600.570.60.162.7961.7259.02
HexD75C560393C1033e3b
Octal327134126071742037673
Binary110101111011100101011001110011111001000011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75C56; }

 p { color: rgb(215,92,86); }

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

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

 a { background-color: rgb(215,92,86); }

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

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

 span { border-color: rgb(215,92,86); }

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