Html Css Color HEX #92062B Burgundy

📋 copy color: '#92062B'

red 146 ◦ green 6 ◦ blue 43

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

Shades of Burgundy #92062B

Tints of Burgundy #92062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.08%

 BLUE value IS 43 (17.19% from 255) = 22.05%

R = 74.87%
G = 3.08%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#92062B (or 0x92062B) is known color: Burgundy. HEX triplet: 92, 06 and 2B. RGB value is (146,6,43). Sum of RGB (Red+Green+Blue) = 146+6+43=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #92062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92062B is #6DF9D4. Grayscale: #343434. Windows color (decimal): -7207381 or 2819730. OLE color: 2819730.

HSL color Cylindrical-coordinate representation of color #92062B: hue angle of 344.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92062B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 6 43 -
CMYK 0 0.96 0.71 0.43
HSL 344.14º 0.92% 0.3% -
HSV(B) 344.14º 0.96% 0.57% -
XYZ 12.36 6.42 2.87 -
YUV 52.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 146 6 43 0 0.96 0.71 0.43 344.14 0.92 0.3
Hex 92 6 2B 0 60 47 2B 158 5C 1E
Octal 222 6 53 0 140 107 53 530 134 36
Binary 10010010 110 101011 0 1100000 1000111 101011 101011000 1011100 11110

Color Harmonies of #92062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92062B

Black with #92062B

Text Example


Text Example

White with #92062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92062B; }

 p { color: rgb(146,6,43); }

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

background-color css

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

 a { background-color: rgb(146,6,43); }

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

border-color css

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

 span { border-color: rgb(146,6,43); }

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