Html Css Color HEX #910229 Burgundy

📋 copy color: '#910229'

red 145 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #910229

Tints of Burgundy #910229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 77.13%
G = 1.06%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#910229 (or 0x910229) is known color: Burgundy. HEX triplet: 91, 02 and 29. RGB value is (145,2,41). Sum of RGB (Red+Green+Blue) = 145+2+41=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #910229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910229 is #6EFDD6. Grayscale: #313131. Windows color (decimal): -7273943 or 2687633. OLE color: 2687633.

HSL color Cylindrical-coordinate representation of color #910229: hue angle of 343.64º 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 #910229 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 41 -
CMYK 0 0.99 0.72 0.43
HSL 343.64º 0.97% 0.29% -
HSV(B) 343.64º 0.99% 0.57% -
XYZ 12.1 6.22 2.66 -
YUV 49.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 145 2 41 0 0.99 0.72 0.43 343.64 0.97 0.29
Hex 91 2 29 0 63 48 2B 158 61 1D
Octal 221 2 51 0 143 110 53 530 141 35
Binary 10010001 10 101001 0 1100011 1001000 101011 101011000 1100001 11101

Color Harmonies of #910229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910229

Black with #910229

Text Example


Text Example

White with #910229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910229; }

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

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

background-color css

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

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

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

border-color css

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

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

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