Html Css Color HEX #910F33 Burgundy

📋 copy color: '#910F33'

red 145 ◦ green 15 ◦ blue 51

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

Shades of Burgundy #910F33

Tints of Burgundy #910F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 68.72%
G = 7.11%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#910F33 (or 0x910F33) is known color: Burgundy. HEX triplet: 91, 0F and 33. RGB value is (145,15,51). Sum of RGB (Red+Green+Blue) = 145+15+51=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #910F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F33 is #6EF0CC. Grayscale: #393939. Windows color (decimal): -7270605 or 3346321. OLE color: 3346321.

HSL color Cylindrical-coordinate representation of color #910F33: hue angle of 343.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F33 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 51 -
CMYK 0 0.90 0.65 0.43
HSL 343.38º 0.81% 0.31% -
HSV(B) 343.38º 0.9% 0.57% -
XYZ 12.45 6.6 3.75 -
YUV 57.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 145 15 51 0 0.90 0.65 0.43 343.38 0.81 0.31
Hex 91 F 33 0 5A 41 2B 157 51 1F
Octal 221 17 63 0 132 101 53 527 121 37
Binary 10010001 1111 110011 0 1011010 1000001 101011 101010111 1010001 11111

Color Harmonies of #910F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F33

Black with #910F33

Text Example


Text Example

White with #910F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910F33; }

 p { color: rgb(145,15,51); }

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

background-color css

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

 a { background-color: rgb(145,15,51); }

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

border-color css

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

 span { border-color: rgb(145,15,51); }

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