Html Css Color HEX #960434 Burgundy

📋 copy color: '#960434'

red 150 ◦ green 4 ◦ blue 52

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

Shades of Burgundy #960434

Tints of Burgundy #960434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 72.82%
G = 1.94%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#960434 (or 0x960434) is known color: Burgundy. HEX triplet: 96, 04 and 34. RGB value is (150,4,52). Sum of RGB (Red+Green+Blue) = 150+4+52=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #960434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960434 is #69FBCB. Grayscale: #353535. Windows color (decimal): -6945740 or 3409046. OLE color: 3409046.

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

Color convert

RGB 150 4 52 -
CMYK 0 0.97 0.65 0.41
HSL 340.27º 0.95% 0.3% -
HSV(B) 340.27º 0.97% 0.59% -
XYZ 13.24 6.82 3.87 -
YUV 53.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 150 4 52 0 0.97 0.65 0.41 340.27 0.95 0.3
Hex 96 4 34 0 61 41 29 154 5F 1E
Octal 226 4 64 0 141 101 51 524 137 36
Binary 10010110 100 110100 0 1100001 1000001 101001 101010100 1011111 11110

Color Harmonies of #960434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960434

Black with #960434

Text Example


Text Example

White with #960434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960434; }

 p { color: rgb(150,4,52); }

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

background-color css

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

 a { background-color: rgb(150,4,52); }

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

border-color css

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

 span { border-color: rgb(150,4,52); }

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