#D75C5B

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

Shades of Roman #D75C5B

Tints of Roman #D75C5B

Color information

#D75C5B (or 0xD75C5B) is unknown color: approx Roman. HEX triplet: D7, 5C and 5B. RGB value is (215,92,91). Sum of RGB (Red+Green+Blue) = 215+92+91=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C5B is #28A3A4. Grayscale: #808080. Windows color (decimal): -2663333 or 5987543. OLE color: 5987543.

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

Color convert

RGB2159291-
CMYK00.570.580.16
HSL0.48º60.78%60%-
HSV(B)0.48º57.67%84.31%-
XYZ33.7422.8612.53-
YUV128.66106.75189.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.02%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=54.02%
G=23.12%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215929100.570.580.160.4860.7860
HexD75C5B0393A1003d3c
Octal327134133071722007574
Binary11010111101110010110110111001111010100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75C5B; }

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

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

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

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

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

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

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

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