Html Css Color HEX #92072C Burgundy

📋 copy color: '#92072C'

red 146 ◦ green 7 ◦ blue 44

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

Shades of Burgundy #92072C

Tints of Burgundy #92072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 74.11%
G = 3.55%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#92072C (or 0x92072C) is known color: Burgundy. HEX triplet: 92, 07 and 2C. RGB value is (146,7,44). Sum of RGB (Red+Green+Blue) = 146+7+44=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #92072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92072C is #6DF8D3. Grayscale: #343434. Windows color (decimal): -7207124 or 2885522. OLE color: 2885522.

HSL color Cylindrical-coordinate representation of color #92072C: hue angle of 344.03º 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 #92072C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 7 44 -
CMYK 0 0.95 0.70 0.43
HSL 344.03º 0.91% 0.3% -
HSV(B) 344.03º 0.95% 0.57% -
XYZ 12.38 6.44 2.97 -
YUV 52.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 146 7 44 0 0.95 0.70 0.43 344.03 0.91 0.3
Hex 92 7 2C 0 5F 46 2B 158 5B 1E
Octal 222 7 54 0 137 106 53 530 133 36
Binary 10010010 111 101100 0 1011111 1000110 101011 101011000 1011011 11110

Color Harmonies of #92072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92072C

Black with #92072C

Text Example


Text Example

White with #92072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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