Html Css Color HEX #96083D Burgundy

📋 copy color: '#96083D'

red 150 ◦ green 8 ◦ blue 61

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

Shades of Burgundy #96083D

Tints of Burgundy #96083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.85%

R = 68.49%
G = 3.65%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96083D (or 0x96083D) is known color: Burgundy. HEX triplet: 96, 08 and 3D. RGB value is (150,8,61). Sum of RGB (Red+Green+Blue) = 150+8+61=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #96083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96083D is #69F7C2. Grayscale: #383838. Windows color (decimal): -6944707 or 3999894. OLE color: 3999894.

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

Color convert

RGB 150 8 61 -
CMYK 0 0.95 0.59 0.41
HSL 337.61º 0.9% 0.31% -
HSV(B) 337.61º 0.95% 0.59% -
XYZ 13.51 6.99 5.05 -
YUV 56.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 150 8 61 0 0.95 0.59 0.41 337.61 0.9 0.31
Hex 96 8 3D 0 5F 3B 29 152 5A 1F
Octal 226 10 75 0 137 73 51 522 132 37
Binary 10010110 1000 111101 0 1011111 111011 101001 101010010 1011010 11111

Color Harmonies of #96083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96083D

Black with #96083D

Text Example


Text Example

White with #96083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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