Html Css Color HEX #91002A Burgundy

📋 copy color: '#91002A'

red 145 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #91002A

Tints of Burgundy #91002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 77.54%
G = 0%
B = 22.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#91002A (or 0x91002A) is known color: Burgundy. HEX triplet: 91, 00 and 2A. RGB value is (145,0,42). Sum of RGB (Red+Green+Blue) = 145+0+42=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #91002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91002A is #6EFFD5. Grayscale: #303030. Windows color (decimal): -7274454 or 2752657. OLE color: 2752657.

HSL color Cylindrical-coordinate representation of color #91002A: hue angle of 342.62º 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 #91002A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 42 -
CMYK 0 1 0.71 0.43
HSL 342.62º 1% 0.28% -
HSV(B) 342.62º 1% 0.57% -
XYZ 12.09 6.19 2.75 -
YUV 48.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 145 0 42 0 1 0.71 0.43 342.62 1 0.28
Hex 91 0 2A 0 64 47 2B 157 64 1C
Octal 221 0 52 0 144 107 53 527 144 34
Binary 10010001 0 101010 0 1100100 1000111 101011 101010111 1100100 11100

Color Harmonies of #91002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91002A

Black with #91002A

Text Example


Text Example

White with #91002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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