Html Css Color HEX #D76052 Roman

📋 copy color: '#D76052'

red 215 ◦ green 96 ◦ blue 82

#D76052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D76052

Tints of Roman #D76052

RGB

 RED value IS 215 (84.38% from 255) = 54.71%

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 82 (32.42% from 255) = 20.87%

R = 54.71%
G = 24.43%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76052 (or 0xD76052) is known color: Roman. HEX triplet: D7, 60 and 52. RGB value is (215,96,82). Sum of RGB (Red+Green+Blue) = 215+96+82=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D76052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76052 is #289FAD. Grayscale: #828282. Windows color (decimal): -2662318 or 5398743. OLE color: 5398743.

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

Color convert

RGB 215 96 82 -
CMYK 0 0.55 0.62 0.16
HSL 6.32º 0.62% 0.58% -
HSV(B) 6.32º 0.62% 0.84% -
XYZ 33.73 23.42 10.73 -
YUV 129.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 215 96 82 0 0.55 0.62 0.16 6.32 0.62 0.58
Hex D7 60 52 0 37 3E 10 6 3E 3A
Octal 327 140 122 0 67 76 20 6 76 72
Binary 11010111 1100000 1010010 0 110111 111110 10000 110 111110 111010

Color Harmonies of #D76052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76052

Black with #D76052

Text Example


Text Example

White with #D76052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76052; }

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

 H1.HeaderClassName
 {
   color: #D76052;
 }
 .AnyTagClassName
 {
   color: #D76052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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