Html Css Color HEX #91073F Burgundy

📋 copy color: '#91073F'

red 145 ◦ green 7 ◦ blue 63

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

Shades of Burgundy #91073F

Tints of Burgundy #91073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.3%

R = 67.44%
G = 3.26%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#91073F (or 0x91073F) is known color: Burgundy. HEX triplet: 91, 07 and 3F. RGB value is (145,7,63). Sum of RGB (Red+Green+Blue) = 145+7+63=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #91073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91073F is #6EF8C0. Grayscale: #363636. Windows color (decimal): -7272641 or 4130705. OLE color: 4130705.

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

Color convert

RGB 145 7 63 -
CMYK 0 0.95 0.57 0.43
HSL 335.65º 0.91% 0.3% -
HSV(B) 335.65º 0.95% 0.57% -
XYZ 12.65 6.53 5.3 -
YUV 54.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 145 7 63 0 0.95 0.57 0.43 335.65 0.91 0.3
Hex 91 7 3F 0 5F 39 2B 150 5B 1E
Octal 221 7 77 0 137 71 53 520 133 36
Binary 10010001 111 111111 0 1011111 111001 101011 101010000 1011011 11110

Color Harmonies of #91073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91073F

Black with #91073F

Text Example


Text Example

White with #91073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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