Html Css Color HEX #99053A Burgundy

📋 copy color: '#99053A'

red 153 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #99053A

Tints of Burgundy #99053A

RGB

 RED value IS 153 (60.16% from 255) = 70.83%

 GREEN value IS 5 (2.34% from 255) = 2.31%

 BLUE value IS 58 (23.05% from 255) = 26.85%

R = 70.83%
G = 2.31%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#99053A (or 0x99053A) is known color: Burgundy. HEX triplet: 99, 05 and 3A. RGB value is (153,5,58). Sum of RGB (Red+Green+Blue) = 153+5+58=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99053A is #66FAC5. Grayscale: #373737. Windows color (decimal): -6748870 or 3802521. OLE color: 3802521.

HSL color Cylindrical-coordinate representation of color #99053A: hue angle of 338.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99053A is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 58 -
CMYK 0 0.97 0.62 0.4
HSL 338.51º 0.94% 0.31% -
HSV(B) 338.51º 0.97% 0.6% -
XYZ 13.95 7.19 4.65 -
YUV 55.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 153 5 58 0 0.97 0.62 0.4 338.51 0.94 0.31
Hex 99 5 3A 0 61 3E 28 153 5E 1F
Octal 231 5 72 0 141 76 50 523 136 37
Binary 10011001 101 111010 0 1100001 111110 101000 101010011 1011110 11111

Color Harmonies of #99053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99053A

Black with #99053A

Text Example


Text Example

White with #99053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99053A; }

 p { color: rgb(153,5,58); }

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

background-color css

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

 a { background-color: rgb(153,5,58); }

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

border-color css

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

 span { border-color: rgb(153,5,58); }

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