Html Css Color HEX #95033A Burgundy

📋 copy color: '#95033A'

red 149 ◦ green 3 ◦ blue 58

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

Shades of Burgundy #95033A

Tints of Burgundy #95033A

RGB

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

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

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

R = 70.95%
G = 1.43%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#95033A (or 0x95033A) is known color: Burgundy. HEX triplet: 95, 03 and 3A. RGB value is (149,3,58). Sum of RGB (Red+Green+Blue) = 149+3+58=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95033A is #6AFCC5. Grayscale: #343434. Windows color (decimal): -7011526 or 3802005. OLE color: 3802005.

HSL color Cylindrical-coordinate representation of color #95033A: hue angle of 337.4º 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 #95033A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 58 -
CMYK 0 0.98 0.61 0.42
HSL 337.4º 0.96% 0.3% -
HSV(B) 337.4º 0.98% 0.58% -
XYZ 13.19 6.76 4.61 -
YUV 52.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 149 3 58 0 0.98 0.61 0.42 337.4 0.96 0.3
Hex 95 3 3A 0 62 3D 2A 151 60 1E
Octal 225 3 72 0 142 75 52 521 140 36
Binary 10010101 11 111010 0 1100010 111101 101010 101010001 1100000 11110

Color Harmonies of #95033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95033A

Black with #95033A

Text Example


Text Example

White with #95033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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