Html Css Color HEX #910236 Burgundy

📋 copy color: '#910236'

red 145 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #910236

Tints of Burgundy #910236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 72.14%
G = 1%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#910236 (or 0x910236) is known color: Burgundy. HEX triplet: 91, 02 and 36. RGB value is (145,2,54). Sum of RGB (Red+Green+Blue) = 145+2+54=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910236 is #6EFDC9. Grayscale: #323232. Windows color (decimal): -7273930 or 3539601. OLE color: 3539601.

HSL color Cylindrical-coordinate representation of color #910236: hue angle of 338.18º degrees, saturation: 0.97, 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 #910236 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 54 -
CMYK 0 0.99 0.63 0.43
HSL 338.18º 0.97% 0.29% -
HSV(B) 338.18º 0.99% 0.57% -
XYZ 12.36 6.33 4.06 -
YUV 50.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 145 2 54 0 0.99 0.63 0.43 338.18 0.97 0.29
Hex 91 2 36 0 63 3F 2B 152 61 1D
Octal 221 2 66 0 143 77 53 522 141 35
Binary 10010001 10 110110 0 1100011 111111 101011 101010010 1100001 11101

Color Harmonies of #910236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910236

Black with #910236

Text Example


Text Example

White with #910236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910236; }

 p { color: rgb(145,2,54); }

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

background-color css

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

 a { background-color: rgb(145,2,54); }

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

border-color css

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

 span { border-color: rgb(145,2,54); }

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