Html Css Color HEX #91072D Burgundy

📋 copy color: '#91072D'

red 145 ◦ green 7 ◦ blue 45

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

Shades of Burgundy #91072D

Tints of Burgundy #91072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.55%

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 73.6%
G = 3.55%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#91072D (or 0x91072D) is known color: Burgundy. HEX triplet: 91, 07 and 2D. RGB value is (145,7,45). Sum of RGB (Red+Green+Blue) = 145+7+45=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91072D is #6EF8D2. Grayscale: #343434. Windows color (decimal): -7272659 or 2951057. OLE color: 2951057.

HSL color Cylindrical-coordinate representation of color #91072D: hue angle of 343.48º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91072D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 45 -
CMYK 0 0.95 0.69 0.43
HSL 343.48º 0.91% 0.3% -
HSV(B) 343.48º 0.95% 0.57% -
XYZ 12.23 6.36 3.07 -
YUV 52.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 145 7 45 0 0.95 0.69 0.43 343.48 0.91 0.3
Hex 91 7 2D 0 5F 45 2B 157 5B 1E
Octal 221 7 55 0 137 105 53 527 133 36
Binary 10010001 111 101101 0 1011111 1000101 101011 101010111 1011011 11110

Color Harmonies of #91072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91072D

Black with #91072D

Text Example


Text Example

White with #91072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91072D; }

 p { color: rgb(145,7,45); }

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

background-color css

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

 a { background-color: rgb(145,7,45); }

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

border-color css

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

 span { border-color: rgb(145,7,45); }

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