Html Css Color HEX #91062B Burgundy

📋 copy color: '#91062B'

red 145 ◦ green 6 ◦ blue 43

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

Shades of Burgundy #91062B

Tints of Burgundy #91062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 74.74%
G = 3.09%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#91062B (or 0x91062B) is known color: Burgundy. HEX triplet: 91, 06 and 2B. RGB value is (145,6,43). Sum of RGB (Red+Green+Blue) = 145+6+43=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91062B is #6EF9D4. Grayscale: #333333. Windows color (decimal): -7272917 or 2819729. OLE color: 2819729.

HSL color Cylindrical-coordinate representation of color #91062B: hue angle of 344.03º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91062B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 6 43 -
CMYK 0 0.96 0.70 0.43
HSL 344.03º 0.92% 0.3% -
HSV(B) 344.03º 0.96% 0.57% -
XYZ 12.18 6.32 2.86 -
YUV 51.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 145 6 43 0 0.96 0.70 0.43 344.03 0.92 0.3
Hex 91 6 2B 0 60 46 2B 158 5C 1E
Octal 221 6 53 0 140 106 53 530 134 36
Binary 10010001 110 101011 0 1100000 1000110 101011 101011000 1011100 11110

Color Harmonies of #91062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91062B

Black with #91062B

Text Example


Text Example

White with #91062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91062B; }

 p { color: rgb(145,6,43); }

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

background-color css

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

 a { background-color: rgb(145,6,43); }

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

border-color css

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

 span { border-color: rgb(145,6,43); }

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