Html Css Color HEX #99063A Burgundy

📋 copy color: '#99063A'

red 153 ◦ green 6 ◦ blue 58

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

Shades of Burgundy #99063A

Tints of Burgundy #99063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

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

R = 70.51%
G = 2.76%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#99063A (or 0x99063A) is known color: Burgundy. HEX triplet: 99, 06 and 3A. RGB value is (153,6,58). Sum of RGB (Red+Green+Blue) = 153+6+58=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99063A is #66F9C5. Grayscale: #373737. Windows color (decimal): -6748614 or 3802777. OLE color: 3802777.

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

Color convert

RGB 153 6 58 -
CMYK 0 0.96 0.62 0.4
HSL 338.78º 0.92% 0.31% -
HSV(B) 338.78º 0.96% 0.6% -
XYZ 13.97 7.21 4.66 -
YUV 55.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 153 6 58 0 0.96 0.62 0.4 338.78 0.92 0.31
Hex 99 6 3A 0 60 3E 28 153 5C 1F
Octal 231 6 72 0 140 76 50 523 134 37
Binary 10011001 110 111010 0 1100000 111110 101000 101010011 1011100 11111

Color Harmonies of #99063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99063A

Black with #99063A

Text Example


Text Example

White with #99063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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