Html Css Color HEX #91012F Burgundy

📋 copy color: '#91012F'

red 145 ◦ green 1 ◦ blue 47

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

Shades of Burgundy #91012F

Tints of Burgundy #91012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 75.13%
G = 0.52%
B = 24.35%

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

#91012F (or 0x91012F) is known color: Burgundy. HEX triplet: 91, 01 and 2F. RGB value is (145,1,47). Sum of RGB (Red+Green+Blue) = 145+1+47=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #91012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91012F is #6EFED0. Grayscale: #313131. Windows color (decimal): -7274193 or 3080593. OLE color: 3080593.

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

Color convert

RGB 145 1 47 -
CMYK 0 0.99 0.68 0.43
HSL 340.83º 0.99% 0.29% -
HSV(B) 340.83º 0.99% 0.57% -
XYZ 12.2 6.25 3.25 -
YUV 49.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 145 1 47 0 0.99 0.68 0.43 340.83 0.99 0.29
Hex 91 1 2F 0 63 44 2B 155 63 1D
Octal 221 1 57 0 143 104 53 525 143 35
Binary 10010001 1 101111 0 1100011 1000100 101011 101010101 1100011 11101

Color Harmonies of #91012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91012F

Black with #91012F

Text Example


Text Example

White with #91012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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