Html Css Color HEX #91002C Burgundy

📋 copy color: '#91002C'

red 145 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #91002C

Tints of Burgundy #91002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 76.72%
G = 0%
B = 23.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#91002C (or 0x91002C) is known color: Burgundy. HEX triplet: 91, 00 and 2C. RGB value is (145,0,44). Sum of RGB (Red+Green+Blue) = 145+0+44=189 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.72% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 145 - color contains mainly: red. Hex color #91002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91002C is #6EFFD3. Grayscale: #303030. Windows color (decimal): -7274452 or 2883729. OLE color: 2883729.

HSL color Cylindrical-coordinate representation of color #91002C: hue angle of 341.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91002C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 44 -
CMYK 0 1 0.70 0.43
HSL 341.79º 1% 0.28% -
HSV(B) 341.79º 1% 0.57% -
XYZ 12.13 6.2 2.94 -
YUV 48.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 145 0 44 0 1 0.70 0.43 341.79 1 0.28
Hex 91 0 2C 0 64 46 2B 156 64 1C
Octal 221 0 54 0 144 106 53 526 144 34
Binary 10010001 0 101100 0 1100100 1000110 101011 101010110 1100100 11100

Color Harmonies of #91002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91002C

Black with #91002C

Text Example


Text Example

White with #91002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91002C; }

 p { color: rgb(145,0,44); }

 H1.HeaderClassName
 {
   color: #91002C;
 }
 .AnyTagClassName
 {
   color: #91002C;
 }
</style>

background-color css

<style>
 a { background-color: #91002C; }

 a { background-color: rgb(145,0,44); }

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

border-color css

<style>
 span { border-color: #91002C; }

 span { border-color: rgb(145,0,44); }

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