Html Css Color HEX #960A3A Burgundy

📋 copy color: '#960A3A'

red 150 ◦ green 10 ◦ blue 58

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

Shades of Burgundy #960A3A

Tints of Burgundy #960A3A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.59%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 68.81%
G = 4.59%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#960A3A (or 0x960A3A) is known color: Burgundy. HEX triplet: 96, 0A and 3A. RGB value is (150,10,58). Sum of RGB (Red+Green+Blue) = 150+10+58=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #960A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960A3A is #69F5C5. Grayscale: #393939. Windows color (decimal): -6944198 or 3803798. OLE color: 3803798.

HSL color Cylindrical-coordinate representation of color #960A3A: hue angle of 339.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960A3A is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 10 58 -
CMYK 0 0.93 0.61 0.41
HSL 339.43º 0.88% 0.31% -
HSV(B) 339.43º 0.93% 0.59% -
XYZ 13.45 7.01 4.65 -
YUV 57.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 150 10 58 0 0.93 0.61 0.41 339.43 0.88 0.31
Hex 96 A 3A 0 5D 3D 29 153 58 1F
Octal 226 12 72 0 135 75 51 523 130 37
Binary 10010110 1010 111010 0 1011101 111101 101001 101010011 1011000 11111

Color Harmonies of #960A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960A3A

Black with #960A3A

Text Example


Text Example

White with #960A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960A3A; }

 p { color: rgb(150,10,58); }

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

background-color css

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

 a { background-color: rgb(150,10,58); }

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

border-color css

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

 span { border-color: rgb(150,10,58); }

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