Html Css Color HEX #92022F Burgundy

📋 copy color: '#92022F'

red 146 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #92022F

Tints of Burgundy #92022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 74.87%
G = 1.03%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#92022F (or 0x92022F) is known color: Burgundy. HEX triplet: 92, 02 and 2F. RGB value is (146,2,47). Sum of RGB (Red+Green+Blue) = 146+2+47=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #92022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92022F is #6DFDD0. Grayscale: #323232. Windows color (decimal): -7208401 or 3080850. OLE color: 3080850.

HSL color Cylindrical-coordinate representation of color #92022F: hue angle of 341.25º 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 #92022F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 47 -
CMYK 0 0.99 0.68 0.43
HSL 341.25º 0.97% 0.29% -
HSV(B) 341.25º 0.99% 0.57% -
XYZ 12.39 6.36 3.26 -
YUV 50.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 146 2 47 0 0.99 0.68 0.43 341.25 0.97 0.29
Hex 92 2 2F 0 63 44 2B 155 61 1D
Octal 222 2 57 0 143 104 53 525 141 35
Binary 10010010 10 101111 0 1100011 1000100 101011 101010101 1100001 11101

Color Harmonies of #92022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92022F

Black with #92022F

Text Example


Text Example

White with #92022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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