Html Css Color HEX #91022E Burgundy

📋 copy color: '#91022E'

red 145 ◦ green 2 ◦ blue 46

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

Shades of Burgundy #91022E

Tints of Burgundy #91022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 75.13%
G = 1.04%
B = 23.83%

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

#91022E (or 0x91022E) is known color: Burgundy. HEX triplet: 91, 02 and 2E. RGB value is (145,2,46). Sum of RGB (Red+Green+Blue) = 145+2+46=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #91022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91022E is #6EFDD1. Grayscale: #313131. Windows color (decimal): -7273938 or 3015313. OLE color: 3015313.

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

Color convert

RGB 145 2 46 -
CMYK 0 0.99 0.68 0.43
HSL 341.54º 0.97% 0.29% -
HSV(B) 341.54º 0.99% 0.57% -
XYZ 12.19 6.26 3.15 -
YUV 49.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 145 2 46 0 0.99 0.68 0.43 341.54 0.97 0.29
Hex 91 2 2E 0 63 44 2B 156 61 1D
Octal 221 2 56 0 143 104 53 526 141 35
Binary 10010001 10 101110 0 1100011 1000100 101011 101010110 1100001 11101

Color Harmonies of #91022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91022E

Black with #91022E

Text Example


Text Example

White with #91022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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