Html Css Color HEX #960939 Burgundy

📋 copy color: '#960939'

red 150 ◦ green 9 ◦ blue 57

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

Shades of Burgundy #960939

Tints of Burgundy #960939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.39%

R = 69.44%
G = 4.17%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#960939 (or 0x960939) is known color: Burgundy. HEX triplet: 96, 09 and 39. RGB value is (150,9,57). Sum of RGB (Red+Green+Blue) = 150+9+57=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #960939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960939 is #69F6C6. Grayscale: #383838. Windows color (decimal): -6944455 or 3738006. OLE color: 3738006.

HSL color Cylindrical-coordinate representation of color #960939: hue angle of 339.57º 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 #960939 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 57 -
CMYK 0 0.94 0.62 0.41
HSL 339.57º 0.89% 0.31% -
HSV(B) 339.57º 0.94% 0.59% -
XYZ 13.41 6.97 4.51 -
YUV 56.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 150 9 57 0 0.94 0.62 0.41 339.57 0.89 0.31
Hex 96 9 39 0 5E 3E 29 154 59 1F
Octal 226 11 71 0 136 76 51 524 131 37
Binary 10010110 1001 111001 0 1011110 111110 101001 101010100 1011001 11111

Color Harmonies of #960939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960939

Black with #960939

Text Example


Text Example

White with #960939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960939; }

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

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

background-color css

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

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

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

border-color css

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

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

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