Html Css Color HEX #96063C Burgundy

📋 copy color: '#96063C'

red 150 ◦ green 6 ◦ blue 60

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

Shades of Burgundy #96063C

Tints of Burgundy #96063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

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

R = 69.44%
G = 2.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96063C (or 0x96063C) is known color: Burgundy. HEX triplet: 96, 06 and 3C. RGB value is (150,6,60). Sum of RGB (Red+Green+Blue) = 150+6+60=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #96063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96063C is #69F9C3. Grayscale: #373737. Windows color (decimal): -6945220 or 3933846. OLE color: 3933846.

HSL color Cylindrical-coordinate representation of color #96063C: hue angle of 337.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96063C is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 60 -
CMYK 0 0.96 0.6 0.41
HSL 337.5º 0.92% 0.31% -
HSV(B) 337.5º 0.96% 0.59% -
XYZ 13.46 6.94 4.91 -
YUV 55.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 150 6 60 0 0.96 0.6 0.41 337.5 0.92 0.31
Hex 96 6 3C 0 60 3C 29 152 5C 1F
Octal 226 6 74 0 140 74 51 522 134 37
Binary 10010110 110 111100 0 1100000 111100 101001 101010010 1011100 11111

Color Harmonies of #96063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96063C

Black with #96063C

Text Example


Text Example

White with #96063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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