Html Css Color HEX #920F36 Burgundy

📋 copy color: '#920F36'

red 146 ◦ green 15 ◦ blue 54

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

Shades of Burgundy #920F36

Tints of Burgundy #920F36

RGB

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

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

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

R = 67.91%
G = 6.98%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#920F36 (or 0x920F36) is known color: Burgundy. HEX triplet: 92, 0F and 36. RGB value is (146,15,54). Sum of RGB (Red+Green+Blue) = 146+15+54=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #920F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920F36 is #6DF0C9. Grayscale: #3A3A3A. Windows color (decimal): -7205066 or 3542930. OLE color: 3542930.

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

Color convert

RGB 146 15 54 -
CMYK 0 0.90 0.63 0.43
HSL 342.14º 0.81% 0.32% -
HSV(B) 342.14º 0.9% 0.57% -
XYZ 12.69 6.72 4.12 -
YUV 58.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 146 15 54 0 0.90 0.63 0.43 342.14 0.81 0.32
Hex 92 F 36 0 5A 3F 2B 156 51 20
Octal 222 17 66 0 132 77 53 526 121 40
Binary 10010010 1111 110110 0 1011010 111111 101011 101010110 1010001 100000

Color Harmonies of #920F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F36

Black with #920F36

Text Example


Text Example

White with #920F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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