Html Css Color HEX #99083B Burgundy

📋 copy color: '#99083B'

red 153 ◦ green 8 ◦ blue 59

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

Shades of Burgundy #99083B

Tints of Burgundy #99083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 69.55%
G = 3.64%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#99083B (or 0x99083B) is known color: Burgundy. HEX triplet: 99, 08 and 3B. RGB value is (153,8,59). Sum of RGB (Red+Green+Blue) = 153+8+59=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99083B is #66F7C4. Grayscale: #393939. Windows color (decimal): -6748101 or 3868825. OLE color: 3868825.

HSL color Cylindrical-coordinate representation of color #99083B: hue angle of 338.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99083B is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 59 -
CMYK 0 0.95 0.61 0.4
HSL 338.9º 0.9% 0.32% -
HSV(B) 338.9º 0.95% 0.6% -
XYZ 14.01 7.26 4.8 -
YUV 57.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 153 8 59 0 0.95 0.61 0.4 338.9 0.9 0.32
Hex 99 8 3B 0 5F 3D 28 153 5A 20
Octal 231 10 73 0 137 75 50 523 132 40
Binary 10011001 1000 111011 0 1011111 111101 101000 101010011 1011010 100000

Color Harmonies of #99083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99083B

Black with #99083B

Text Example


Text Example

White with #99083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99083B; }

 p { color: rgb(153,8,59); }

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

background-color css

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

 a { background-color: rgb(153,8,59); }

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

border-color css

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

 span { border-color: rgb(153,8,59); }

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