Html Css Color HEX #91022F Burgundy

📋 copy color: '#91022F'

red 145 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #91022F

Tints of Burgundy #91022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 74.74%
G = 1.03%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#91022F (or 0x91022F) is known color: Burgundy. HEX triplet: 91, 02 and 2F. RGB value is (145,2,47). Sum of RGB (Red+Green+Blue) = 145+2+47=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91022F is #6EFDD0. Grayscale: #313131. Windows color (decimal): -7273937 or 3080849. OLE color: 3080849.

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

Color convert

RGB 145 2 47 -
CMYK 0 0.99 0.68 0.43
HSL 341.12º 0.97% 0.29% -
HSV(B) 341.12º 0.99% 0.57% -
XYZ 12.21 6.27 3.26 -
YUV 49.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 145 2 47 0 0.99 0.68 0.43 341.12 0.97 0.29
Hex 91 2 2F 0 63 44 2B 155 61 1D
Octal 221 2 57 0 143 104 53 525 141 35
Binary 10010001 10 101111 0 1100011 1000100 101011 101010101 1100001 11101

Color Harmonies of #91022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91022F

Black with #91022F

Text Example


Text Example

White with #91022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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