Html Css Color HEX #960835 Burgundy

📋 copy color: '#960835'

red 150 ◦ green 8 ◦ blue 53

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

Shades of Burgundy #960835

Tints of Burgundy #960835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 71.09%
G = 3.79%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#960835 (or 0x960835) is known color: Burgundy. HEX triplet: 96, 08 and 35. RGB value is (150,8,53). Sum of RGB (Red+Green+Blue) = 150+8+53=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #960835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960835 is #69F7CA. Grayscale: #373737. Windows color (decimal): -6944715 or 3475606. OLE color: 3475606.

HSL color Cylindrical-coordinate representation of color #960835: hue angle of 340.99º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960835 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 53 -
CMYK 0 0.95 0.65 0.41
HSL 340.99º 0.9% 0.31% -
HSV(B) 340.99º 0.95% 0.59% -
XYZ 13.31 6.91 4 -
YUV 55.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 150 8 53 0 0.95 0.65 0.41 340.99 0.9 0.31
Hex 96 8 35 0 5F 41 29 155 5A 1F
Octal 226 10 65 0 137 101 51 525 132 37
Binary 10010110 1000 110101 0 1011111 1000001 101001 101010101 1011010 11111

Color Harmonies of #960835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960835

Black with #960835

Text Example


Text Example

White with #960835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960835; }

 p { color: rgb(150,8,53); }

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

background-color css

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

 a { background-color: rgb(150,8,53); }

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

border-color css

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

 span { border-color: rgb(150,8,53); }

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