Html Css Color HEX #96003D Burgundy

📋 copy color: '#96003D'

red 150 ◦ green 0 ◦ blue 61

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

Shades of Burgundy #96003D

Tints of Burgundy #96003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 71.09%
G = 0%
B = 28.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96003D (or 0x96003D) is known color: Burgundy. HEX triplet: 96, 00 and 3D. RGB value is (150,0,61). Sum of RGB (Red+Green+Blue) = 150+0+61=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #96003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96003D is #69FFC2. Grayscale: #333333. Windows color (decimal): -6946755 or 3997846. OLE color: 3997846.

HSL color Cylindrical-coordinate representation of color #96003D: hue angle of 335.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96003D is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 61 -
CMYK 0 1 0.59 0.41
HSL 335.6º 1% 0.29% -
HSV(B) 335.6º 1% 0.59% -
XYZ 13.42 6.82 5.02 -
YUV 51.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 150 0 61 0 1 0.59 0.41 335.6 1 0.29
Hex 96 0 3D 0 64 3B 29 150 64 1D
Octal 226 0 75 0 144 73 51 520 144 35
Binary 10010110 0 111101 0 1100100 111011 101001 101010000 1100100 11101

Color Harmonies of #96003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96003D

Black with #96003D

Text Example


Text Example

White with #96003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96003D; }

 p { color: rgb(150,0,61); }

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

background-color css

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

 a { background-color: rgb(150,0,61); }

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

border-color css

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

 span { border-color: rgb(150,0,61); }

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