Html Css Color HEX #960838 Burgundy

📋 copy color: '#960838'

red 150 ◦ green 8 ◦ blue 56

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

Shades of Burgundy #960838

Tints of Burgundy #960838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 70.09%
G = 3.74%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#960838 (or 0x960838) is known color: Burgundy. HEX triplet: 96, 08 and 38. RGB value is (150,8,56). Sum of RGB (Red+Green+Blue) = 150+8+56=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #960838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960838 is #69F7C7. Grayscale: #373737. Windows color (decimal): -6944712 or 3672214. OLE color: 3672214.

HSL color Cylindrical-coordinate representation of color #960838: hue angle of 339.72º 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 #960838 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 56 -
CMYK 0 0.95 0.63 0.41
HSL 339.72º 0.9% 0.31% -
HSV(B) 339.72º 0.95% 0.59% -
XYZ 13.38 6.94 4.38 -
YUV 55.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 150 8 56 0 0.95 0.63 0.41 339.72 0.9 0.31
Hex 96 8 38 0 5F 3F 29 154 5A 1F
Octal 226 10 70 0 137 77 51 524 132 37
Binary 10010110 1000 111000 0 1011111 111111 101001 101010100 1011010 11111

Color Harmonies of #960838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960838

Black with #960838

Text Example


Text Example

White with #960838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960838; }

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

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

background-color css

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

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

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

border-color css

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

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

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