Html Css Color HEX #91042E Burgundy

📋 copy color: '#91042E'

red 145 ◦ green 4 ◦ blue 46

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

Shades of Burgundy #91042E

Tints of Burgundy #91042E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

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

R = 74.36%
G = 2.05%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#91042E (or 0x91042E) is known color: Burgundy. HEX triplet: 91, 04 and 2E. RGB value is (145,4,46). Sum of RGB (Red+Green+Blue) = 145+4+46=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #91042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91042E is #6EFBD1. Grayscale: #323232. Windows color (decimal): -7273426 or 3015825. OLE color: 3015825.

HSL color Cylindrical-coordinate representation of color #91042E: hue angle of 342.13º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91042E is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 4 46 -
CMYK 0 0.97 0.68 0.43
HSL 342.13º 0.95% 0.29% -
HSV(B) 342.13º 0.97% 0.57% -
XYZ 12.21 6.3 3.16 -
YUV 50.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 145 4 46 0 0.97 0.68 0.43 342.13 0.95 0.29
Hex 91 4 2E 0 61 44 2B 156 5F 1D
Octal 221 4 56 0 141 104 53 526 137 35
Binary 10010001 100 101110 0 1100001 1000100 101011 101010110 1011111 11101

Color Harmonies of #91042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91042E

Black with #91042E

Text Example


Text Example

White with #91042E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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