Html Css Color HEX #960232 Burgundy

📋 copy color: '#960232'

red 150 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #960232

Tints of Burgundy #960232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 74.26%
G = 0.99%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#960232 (or 0x960232) is known color: Burgundy. HEX triplet: 96, 02 and 32. RGB value is (150,2,50). Sum of RGB (Red+Green+Blue) = 150+2+50=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #960232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960232 is #69FDCD. Grayscale: #333333. Windows color (decimal): -6946254 or 3277462. OLE color: 3277462.

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

Color convert

RGB 150 2 50 -
CMYK 0 0.99 0.67 0.41
HSL 340.54º 0.97% 0.3% -
HSV(B) 340.54º 0.99% 0.59% -
XYZ 13.18 6.76 3.63 -
YUV 51.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 150 2 50 0 0.99 0.67 0.41 340.54 0.97 0.3
Hex 96 2 32 0 63 43 29 155 61 1E
Octal 226 2 62 0 143 103 51 525 141 36
Binary 10010110 10 110010 0 1100011 1000011 101001 101010101 1100001 11110

Color Harmonies of #960232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960232

Black with #960232

Text Example


Text Example

White with #960232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960232; }

 p { color: rgb(150,2,50); }

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

background-color css

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

 a { background-color: rgb(150,2,50); }

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

border-color css

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

 span { border-color: rgb(150,2,50); }

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