Html Css Color HEX #920436 Burgundy

📋 copy color: '#920436'

red 146 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #920436

Tints of Burgundy #920436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 71.57%
G = 1.96%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#920436 (or 0x920436) is known color: Burgundy. HEX triplet: 92, 04 and 36. RGB value is (146,4,54). Sum of RGB (Red+Green+Blue) = 146+4+54=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920436 is #6DFBC9. Grayscale: #343434. Windows color (decimal): -7207882 or 3540114. OLE color: 3540114.

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

Color convert

RGB 146 4 54 -
CMYK 0 0.97 0.63 0.43
HSL 338.87º 0.95% 0.29% -
HSV(B) 338.87º 0.97% 0.57% -
XYZ 12.56 6.46 4.08 -
YUV 52.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 146 4 54 0 0.97 0.63 0.43 338.87 0.95 0.29
Hex 92 4 36 0 61 3F 2B 153 5F 1D
Octal 222 4 66 0 141 77 53 523 137 35
Binary 10010010 100 110110 0 1100001 111111 101011 101010011 1011111 11101

Color Harmonies of #920436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920436

Black with #920436

Text Example


Text Example

White with #920436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920436; }

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

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

background-color css

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

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

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

border-color css

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

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

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