#D76053

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

Shades of Roman #D76053

Tints of Roman #D76053

Color information

#D76053 (or 0xD76053) is unknown color: approx Roman. HEX triplet: D7, 60 and 53. RGB value is (215,96,83). Sum of RGB (Red+Green+Blue) = 215+96+83=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D76053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76053 is #289FAC. Grayscale: #828282. Windows color (decimal): -2662317 or 5464279. OLE color: 5464279.

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

Color convert

RGB2159683-
CMYK00.550.610.16
HSL5.91º62.26%58.43%-
HSV(B)5.91º61.4%84.31%-
XYZ33.7723.4410.93-
YUV130.1101.42188.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.57%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=54.57%
G=24.37%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215968300.550.610.165.9162.2658.43
HexD760530373D1063e3a
Octal327140123067752067672
Binary1101011111000001010011011011111110110000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76053; }

 p { color: rgb(215,96,83); }

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

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

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

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

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

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

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