Html Css Color HEX #91002F Burgundy

📋 copy color: '#91002F'

red 145 ◦ green 0 ◦ blue 47

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

Shades of Burgundy #91002F

Tints of Burgundy #91002F

RGB

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

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

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

R = 75.52%
G = 0%
B = 24.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#91002F (or 0x91002F) is known color: Burgundy. HEX triplet: 91, 00 and 2F. RGB value is (145,0,47). Sum of RGB (Red+Green+Blue) = 145+0+47=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #91002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91002F is #6EFFD0. Grayscale: #303030. Windows color (decimal): -7274449 or 3080337. OLE color: 3080337.

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

Color convert

RGB 145 0 47 -
CMYK 0 1 0.68 0.43
HSL 340.55º 1% 0.28% -
HSV(B) 340.55º 1% 0.57% -
XYZ 12.19 6.22 3.25 -
YUV 48.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 145 0 47 0 1 0.68 0.43 340.55 1 0.28
Hex 91 0 2F 0 64 44 2B 155 64 1C
Octal 221 0 57 0 144 104 53 525 144 34
Binary 10010001 0 101111 0 1100100 1000100 101011 101010101 1100100 11100

Color Harmonies of #91002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91002F

Black with #91002F

Text Example


Text Example

White with #91002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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