Html Css Color HEX #920E33 Burgundy

📋 copy color: '#920E33'

red 146 ◦ green 14 ◦ blue 51

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

Shades of Burgundy #920E33

Tints of Burgundy #920E33

RGB

 RED value IS 146 (57.42% from 255) = 69.19%

 GREEN value IS 14 (5.86% from 255) = 6.64%

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

R = 69.19%
G = 6.64%
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

#920E33 (or 0x920E33) is known color: Burgundy. HEX triplet: 92, 0E and 33. RGB value is (146,14,51). Sum of RGB (Red+Green+Blue) = 146+14+51=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #920E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920E33 is #6DF1CC. Grayscale: #393939. Windows color (decimal): -7205325 or 3346066. OLE color: 3346066.

HSL color Cylindrical-coordinate representation of color #920E33: hue angle of 343.18º degrees, saturation: 0.82, 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 #920E33 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 14 51 -
CMYK 0 0.90 0.65 0.43
HSL 343.18º 0.83% 0.31% -
HSV(B) 343.18º 0.9% 0.57% -
XYZ 12.61 6.66 3.75 -
YUV 57.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 146 14 51 0 0.90 0.65 0.43 343.18 0.83 0.31
Hex 92 E 33 0 5A 41 2B 157 52 1F
Octal 222 16 63 0 132 101 53 527 122 37
Binary 10010010 1110 110011 0 1011010 1000001 101011 101010111 1010010 11111

Color Harmonies of #920E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920E33

Black with #920E33

Text Example


Text Example

White with #920E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920E33; }

 p { color: rgb(146,14,51); }

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

background-color css

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

 a { background-color: rgb(146,14,51); }

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

border-color css

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

 span { border-color: rgb(146,14,51); }

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