Html Css Color HEX #96023C Burgundy

📋 copy color: '#96023C'

red 150 ◦ green 2 ◦ blue 60

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

Shades of Burgundy #96023C

Tints of Burgundy #96023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 70.75%
G = 0.94%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96023C (or 0x96023C) is known color: Burgundy. HEX triplet: 96, 02 and 3C. RGB value is (150,2,60). Sum of RGB (Red+Green+Blue) = 150+2+60=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96023C is #69FDC3. Grayscale: #343434. Windows color (decimal): -6946244 or 3932822. OLE color: 3932822.

HSL color Cylindrical-coordinate representation of color #96023C: hue angle of 336.49º 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 #96023C is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 60 -
CMYK 0 0.99 0.6 0.41
HSL 336.49º 0.97% 0.3% -
HSV(B) 336.49º 0.99% 0.59% -
XYZ 13.42 6.85 4.89 -
YUV 52.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 150 2 60 0 0.99 0.6 0.41 336.49 0.97 0.3
Hex 96 2 3C 0 63 3C 29 150 61 1E
Octal 226 2 74 0 143 74 51 520 141 36
Binary 10010110 10 111100 0 1100011 111100 101001 101010000 1100001 11110

Color Harmonies of #96023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96023C

Black with #96023C

Text Example


Text Example

White with #96023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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