Html Css Color HEX #92082F Burgundy

📋 copy color: '#92082F'

red 146 ◦ green 8 ◦ blue 47

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

Shades of Burgundy #92082F

Tints of Burgundy #92082F

RGB

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

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

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

R = 72.64%
G = 3.98%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#92082F (or 0x92082F) is known color: Burgundy. HEX triplet: 92, 08 and 2F. RGB value is (146,8,47). Sum of RGB (Red+Green+Blue) = 146+8+47=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #92082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92082F is #6DF7D0. Grayscale: #353535. Windows color (decimal): -7206865 or 3082386. OLE color: 3082386.

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

Color convert

RGB 146 8 47 -
CMYK 0 0.95 0.68 0.43
HSL 343.04º 0.9% 0.3% -
HSV(B) 343.04º 0.95% 0.57% -
XYZ 12.45 6.49 3.29 -
YUV 53.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 146 8 47 0 0.95 0.68 0.43 343.04 0.9 0.3
Hex 92 8 2F 0 5F 44 2B 157 5A 1E
Octal 222 10 57 0 137 104 53 527 132 36
Binary 10010010 1000 101111 0 1011111 1000100 101011 101010111 1011010 11110

Color Harmonies of #92082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92082F

Black with #92082F

Text Example


Text Example

White with #92082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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