Html Css Color HEX #920739 Burgundy

📋 copy color: '#920739'

red 146 ◦ green 7 ◦ blue 57

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

Shades of Burgundy #920739

Tints of Burgundy #920739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 69.52%
G = 3.33%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#920739 (or 0x920739) is known color: Burgundy. HEX triplet: 92, 07 and 39. RGB value is (146,7,57). Sum of RGB (Red+Green+Blue) = 146+7+57=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #920739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920739 is #6DF8C6. Grayscale: #363636. Windows color (decimal): -7207111 or 3737490. OLE color: 3737490.

HSL color Cylindrical-coordinate representation of color #920739: hue angle of 338.42º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920739 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 7 57 -
CMYK 0 0.95 0.61 0.43
HSL 338.42º 0.91% 0.3% -
HSV(B) 338.42º 0.95% 0.57% -
XYZ 12.67 6.56 4.47 -
YUV 54.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 146 7 57 0 0.95 0.61 0.43 338.42 0.91 0.3
Hex 92 7 39 0 5F 3D 2B 152 5B 1E
Octal 222 7 71 0 137 75 53 522 133 36
Binary 10010010 111 111001 0 1011111 111101 101011 101010010 1011011 11110

Color Harmonies of #920739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920739

Black with #920739

Text Example


Text Example

White with #920739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920739; }

 p { color: rgb(146,7,57); }

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

background-color css

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

 a { background-color: rgb(146,7,57); }

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

border-color css

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

 span { border-color: rgb(146,7,57); }

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