Html Css Color HEX #96093A Burgundy

📋 copy color: '#96093A'

red 150 ◦ green 9 ◦ blue 58

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

Shades of Burgundy #96093A

Tints of Burgundy #96093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.15%

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

R = 69.12%
G = 4.15%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96093A (or 0x96093A) is known color: Burgundy. HEX triplet: 96, 09 and 3A. RGB value is (150,9,58). Sum of RGB (Red+Green+Blue) = 150+9+58=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96093A is #69F6C5. Grayscale: #383838. Windows color (decimal): -6944454 or 3803542. OLE color: 3803542.

HSL color Cylindrical-coordinate representation of color #96093A: hue angle of 339.15º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96093A is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 58 -
CMYK 0 0.94 0.61 0.41
HSL 339.15º 0.89% 0.31% -
HSV(B) 339.15º 0.94% 0.59% -
XYZ 13.44 6.98 4.64 -
YUV 56.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 150 9 58 0 0.94 0.61 0.41 339.15 0.89 0.31
Hex 96 9 3A 0 5E 3D 29 153 59 1F
Octal 226 11 72 0 136 75 51 523 131 37
Binary 10010110 1001 111010 0 1011110 111101 101001 101010011 1011001 11111

Color Harmonies of #96093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96093A

Black with #96093A

Text Example


Text Example

White with #96093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,9,58); }

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

background-color css

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

 a { background-color: rgb(150,9,58); }

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

border-color css

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

 span { border-color: rgb(150,9,58); }

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