Html Css Color HEX #920236 Burgundy

📋 copy color: '#920236'

red 146 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #920236

Tints of Burgundy #920236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 72.28%
G = 0.99%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#920236 (or 0x920236) is known color: Burgundy. HEX triplet: 92, 02 and 36. RGB value is (146,2,54). Sum of RGB (Red+Green+Blue) = 146+2+54=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #920236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920236 is #6DFDC9. Grayscale: #323232. Windows color (decimal): -7208394 or 3539602. OLE color: 3539602.

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

Color convert

RGB 146 2 54 -
CMYK 0 0.99 0.63 0.43
HSL 338.33º 0.97% 0.29% -
HSV(B) 338.33º 0.99% 0.57% -
XYZ 12.54 6.42 4.07 -
YUV 50.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 146 2 54 0 0.99 0.63 0.43 338.33 0.97 0.29
Hex 92 2 36 0 63 3F 2B 152 61 1D
Octal 222 2 66 0 143 77 53 522 141 35
Binary 10010010 10 110110 0 1100011 111111 101011 101010010 1100001 11101

Color Harmonies of #920236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920236

Black with #920236

Text Example


Text Example

White with #920236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920236; }

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

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

background-color css

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

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

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

border-color css

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

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

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