Html Css Color HEX #92082C Burgundy

📋 copy color: '#92082C'

red 146 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #92082C

Tints of Burgundy #92082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 73.74%
G = 4.04%
B = 22.22%

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

#92082C (or 0x92082C) is known color: Burgundy. HEX triplet: 92, 08 and 2C. RGB value is (146,8,44). Sum of RGB (Red+Green+Blue) = 146+8+44=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #92082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92082C is #6DF7D3. Grayscale: #353535. Windows color (decimal): -7206868 or 2885778. OLE color: 2885778.

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

Color convert

RGB 146 8 44 -
CMYK 0 0.95 0.70 0.43
HSL 344.35º 0.9% 0.3% -
HSV(B) 344.35º 0.95% 0.57% -
XYZ 12.4 6.47 2.98 -
YUV 53.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 146 8 44 0 0.95 0.70 0.43 344.35 0.9 0.3
Hex 92 8 2C 0 5F 46 2B 158 5A 1E
Octal 222 10 54 0 137 106 53 530 132 36
Binary 10010010 1000 101100 0 1011111 1000110 101011 101011000 1011010 11110

Color Harmonies of #92082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92082C

Black with #92082C

Text Example


Text Example

White with #92082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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