#D75B5B

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

Shades of Roman #D75B5B

Tints of Roman #D75B5B

Color information

#D75B5B (or 0xD75B5B) is unknown color: approx Roman. HEX triplet: D7, 5B and 5B. RGB value is (215,91,91). Sum of RGB (Red+Green+Blue) = 215+91+91=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75B5B is #28A4A4. Grayscale: #808080. Windows color (decimal): -2663589 or 5987287. OLE color: 5987287.

HSL color Cylindrical-coordinate representation of color #D75B5B: hue angle of 0º 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 #D75B5B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2159191-
CMYK00.580.580.16
HSL60.78%60%-
HSV(B)57.67%84.31%-
XYZ33.6522.6812.5-
YUV128.08107.08190-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.16%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=54.16%
G=22.92%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215919100.580.580.16060.7860
HexD75B5B03A3A1003d3c
Octal327133133072722007574
Binary11010111101101110110110111010111010100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75B5B; }

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

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

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

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

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

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

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

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