Html Css Color HEX #92062C Burgundy

📋 copy color: '#92062C'

red 146 ◦ green 6 ◦ blue 44

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

Shades of Burgundy #92062C

Tints of Burgundy #92062C

RGB

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

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

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

R = 74.49%
G = 3.06%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#92062C (or 0x92062C) is known color: Burgundy. HEX triplet: 92, 06 and 2C. RGB value is (146,6,44). Sum of RGB (Red+Green+Blue) = 146+6+44=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92062C is #6DF9D3. Grayscale: #343434. Windows color (decimal): -7207380 or 2885266. OLE color: 2885266.

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

Color convert

RGB 146 6 44 -
CMYK 0 0.96 0.70 0.43
HSL 343.71º 0.92% 0.3% -
HSV(B) 343.71º 0.96% 0.57% -
XYZ 12.37 6.42 2.97 -
YUV 52.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 146 6 44 0 0.96 0.70 0.43 343.71 0.92 0.3
Hex 92 6 2C 0 60 46 2B 158 5C 1E
Octal 222 6 54 0 140 106 53 530 134 36
Binary 10010010 110 101100 0 1100000 1000110 101011 101011000 1011100 11110

Color Harmonies of #92062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92062C

Black with #92062C

Text Example


Text Example

White with #92062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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