Html Css Color HEX #96043B Burgundy

📋 copy color: '#96043B'

red 150 ◦ green 4 ◦ blue 59

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

Shades of Burgundy #96043B

Tints of Burgundy #96043B

RGB

 RED value IS 150 (58.98% from 255) = 70.42%

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 70.42%
G = 1.88%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96043B (or 0x96043B) is known color: Burgundy. HEX triplet: 96, 04 and 3B. RGB value is (150,4,59). Sum of RGB (Red+Green+Blue) = 150+4+59=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96043B is #69FBC4. Grayscale: #353535. Windows color (decimal): -6945733 or 3867798. OLE color: 3867798.

HSL color Cylindrical-coordinate representation of color #96043B: hue angle of 337.4º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96043B is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 59 -
CMYK 0 0.97 0.61 0.41
HSL 337.4º 0.95% 0.3% -
HSV(B) 337.4º 0.97% 0.59% -
XYZ 13.41 6.89 4.76 -
YUV 53.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 150 4 59 0 0.97 0.61 0.41 337.4 0.95 0.3
Hex 96 4 3B 0 61 3D 29 151 5F 1E
Octal 226 4 73 0 141 75 51 521 137 36
Binary 10010110 100 111011 0 1100001 111101 101001 101010001 1011111 11110

Color Harmonies of #96043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96043B

Black with #96043B

Text Example


Text Example

White with #96043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,4,59); }

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

background-color css

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

 a { background-color: rgb(150,4,59); }

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

border-color css

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

 span { border-color: rgb(150,4,59); }

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