Html Css Color HEX #95023B Burgundy

📋 copy color: '#95023B'

red 149 ◦ green 2 ◦ blue 59

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

Shades of Burgundy #95023B

Tints of Burgundy #95023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 70.95%
G = 0.95%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95023B (or 0x95023B) is known color: Burgundy. HEX triplet: 95, 02 and 3B. RGB value is (149,2,59). Sum of RGB (Red+Green+Blue) = 149+2+59=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95023B is #6AFDC4. Grayscale: #343434. Windows color (decimal): -7011781 or 3867285. OLE color: 3867285.

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

Color convert

RGB 149 2 59 -
CMYK 0 0.99 0.60 0.42
HSL 336.73º 0.97% 0.3% -
HSV(B) 336.73º 0.99% 0.58% -
XYZ 13.21 6.75 4.74 -
YUV 52.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 149 2 59 0 0.99 0.60 0.42 336.73 0.97 0.3
Hex 95 2 3B 0 63 3C 2A 151 61 1E
Octal 225 2 73 0 143 74 52 521 141 36
Binary 10010101 10 111011 0 1100011 111100 101010 101010001 1100001 11110

Color Harmonies of #95023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95023B

Black with #95023B

Text Example


Text Example

White with #95023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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