Html Css Color HEX #91012E Burgundy

📋 copy color: '#91012E'

red 145 ◦ green 1 ◦ blue 46

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

Shades of Burgundy #91012E

Tints of Burgundy #91012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 75.52%
G = 0.52%
B = 23.96%

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

#91012E (or 0x91012E) is known color: Burgundy. HEX triplet: 91, 01 and 2E. RGB value is (145,1,46). Sum of RGB (Red+Green+Blue) = 145+1+46=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #91012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91012E is #6EFED1. Grayscale: #313131. Windows color (decimal): -7274194 or 3015057. OLE color: 3015057.

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

Color convert

RGB 145 1 46 -
CMYK 0 0.99 0.68 0.43
HSL 341.25º 0.99% 0.29% -
HSV(B) 341.25º 0.99% 0.57% -
XYZ 12.18 6.24 3.15 -
YUV 49.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 145 1 46 0 0.99 0.68 0.43 341.25 0.99 0.29
Hex 91 1 2E 0 63 44 2B 155 63 1D
Octal 221 1 56 0 143 104 53 525 143 35
Binary 10010001 1 101110 0 1100011 1000100 101011 101010101 1100011 11101

Color Harmonies of #91012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91012E

Black with #91012E

Text Example


Text Example

White with #91012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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