Html Css Color HEX #960038 Burgundy

📋 copy color: '#960038'

red 150 ◦ green 0 ◦ blue 56

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

Shades of Burgundy #960038

Tints of Burgundy #960038

RGB

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

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

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

R = 72.82%
G = 0%
B = 27.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#960038 (or 0x960038) is known color: Burgundy. HEX triplet: 96, 00 and 38. RGB value is (150,0,56). Sum of RGB (Red+Green+Blue) = 150+0+56=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #960038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960038 is #69FFC7. Grayscale: #333333. Windows color (decimal): -6946760 or 3670166. OLE color: 3670166.

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

Color convert

RGB 150 0 56 -
CMYK 0 1 0.63 0.41
HSL 337.6º 1% 0.29% -
HSV(B) 337.6º 1% 0.59% -
XYZ 13.29 6.77 4.35 -
YUV 51.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 150 0 56 0 1 0.63 0.41 337.6 1 0.29
Hex 96 0 38 0 64 3F 29 152 64 1D
Octal 226 0 70 0 144 77 51 522 144 35
Binary 10010110 0 111000 0 1100100 111111 101001 101010010 1100100 11101

Color Harmonies of #960038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960038

Black with #960038

Text Example


Text Example

White with #960038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960038; }

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

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

background-color css

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

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

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

border-color css

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

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

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