Html Css Color HEX #910232 Burgundy

📋 copy color: '#910232'

red 145 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #910232

Tints of Burgundy #910232

RGB

 RED value IS 145 (57.03% from 255) = 73.6%

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

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 73.6%
G = 1.02%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#910232 (or 0x910232) is known color: Burgundy. HEX triplet: 91, 02 and 32. RGB value is (145,2,50). Sum of RGB (Red+Green+Blue) = 145+2+50=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #910232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910232 is #6EFDCD. Grayscale: #323232. Windows color (decimal): -7273934 or 3277457. OLE color: 3277457.

HSL color Cylindrical-coordinate representation of color #910232: hue angle of 339.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910232 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 50 -
CMYK 0 0.99 0.66 0.43
HSL 339.86º 0.97% 0.29% -
HSV(B) 339.86º 0.99% 0.57% -
XYZ 12.27 6.29 3.59 -
YUV 50.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 145 2 50 0 0.99 0.66 0.43 339.86 0.97 0.29
Hex 91 2 32 0 63 42 2B 154 61 1D
Octal 221 2 62 0 143 102 53 524 141 35
Binary 10010001 10 110010 0 1100011 1000010 101011 101010100 1100001 11101

Color Harmonies of #910232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910232

Black with #910232

Text Example


Text Example

White with #910232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910232; }

 p { color: rgb(145,2,50); }

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

background-color css

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

 a { background-color: rgb(145,2,50); }

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

border-color css

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

 span { border-color: rgb(145,2,50); }

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