#D75F59

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

Shades of Roman #D75F59

Tints of Roman #D75F59

Color information

#D75F59 (or 0xD75F59) is unknown color: approx Roman. HEX triplet: D7, 5F and 59. RGB value is (215,95,89). Sum of RGB (Red+Green+Blue) = 215+95+89=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F59 is #28A0A6. Grayscale: #828282. Windows color (decimal): -2662567 or 5857239. OLE color: 5857239.

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

Color convert

RGB2159589-
CMYK00.560.590.16
HSL2.86º61.17%59.61%-
HSV(B)2.86º58.6%84.31%-
XYZ33.9223.3512.17-
YUV130.2104.76188.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=53.88%
G=23.81%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215958900.560.590.162.8661.1759.61
HexD75F590383B1033d3c
Octal327137131070732037574
Binary110101111011111101100101110001110111000011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75F59; }

 p { color: rgb(215,95,89); }

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

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

 a { background-color: rgb(215,95,89); }

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

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

 span { border-color: rgb(215,95,89); }

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