Html Css Color HEX #95033B Burgundy

📋 copy color: '#95033B'

red 149 ◦ green 3 ◦ blue 59

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

Shades of Burgundy #95033B

Tints of Burgundy #95033B

RGB

 RED value IS 149 (58.59% from 255) = 70.62%

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 70.62%
G = 1.42%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95033B (or 0x95033B) is known color: Burgundy. HEX triplet: 95, 03 and 3B. RGB value is (149,3,59). Sum of RGB (Red+Green+Blue) = 149+3+59=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #95033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95033B is #6AFCC4. Grayscale: #343434. Windows color (decimal): -7011525 or 3867541. OLE color: 3867541.

HSL color Cylindrical-coordinate representation of color #95033B: hue angle of 336.99º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95033B is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 59 -
CMYK 0 0.98 0.60 0.42
HSL 336.99º 0.96% 0.3% -
HSV(B) 336.99º 0.98% 0.58% -
XYZ 13.22 6.77 4.75 -
YUV 53.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 149 3 59 0 0.98 0.60 0.42 336.99 0.96 0.3
Hex 95 3 3B 0 62 3C 2A 151 60 1E
Octal 225 3 73 0 142 74 52 521 140 36
Binary 10010101 11 111011 0 1100010 111100 101010 101010001 1100000 11110

Color Harmonies of #95033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95033B

Black with #95033B

Text Example


Text Example

White with #95033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95033B; }

 p { color: rgb(149,3,59); }

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

background-color css

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

 a { background-color: rgb(149,3,59); }

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

border-color css

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

 span { border-color: rgb(149,3,59); }

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