Html Css Color HEX #920F33 Burgundy

📋 copy color: '#920F33'

red 146 ◦ green 15 ◦ blue 51

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

Shades of Burgundy #920F33

Tints of Burgundy #920F33

RGB

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

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

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

R = 68.87%
G = 7.08%
B = 24.06%

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

#920F33 (or 0x920F33) is known color: Burgundy. HEX triplet: 92, 0F and 33. RGB value is (146,15,51). Sum of RGB (Red+Green+Blue) = 146+15+51=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #920F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920F33 is #6DF0CC. Grayscale: #3A3A3A. Windows color (decimal): -7205069 or 3346322. OLE color: 3346322.

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

Color convert

RGB 146 15 51 -
CMYK 0 0.90 0.65 0.43
HSL 343.51º 0.81% 0.32% -
HSV(B) 343.51º 0.9% 0.57% -
XYZ 12.62 6.69 3.76 -
YUV 58.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 146 15 51 0 0.90 0.65 0.43 343.51 0.81 0.32
Hex 92 F 33 0 5A 41 2B 158 51 20
Octal 222 17 63 0 132 101 53 530 121 40
Binary 10010010 1111 110011 0 1011010 1000001 101011 101011000 1010001 100000

Color Harmonies of #920F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F33

Black with #920F33

Text Example


Text Example

White with #920F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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