Html Css Color HEX #92093C Burgundy

📋 copy color: '#92093C'

red 146 ◦ green 9 ◦ blue 60

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

Shades of Burgundy #92093C

Tints of Burgundy #92093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 67.91%
G = 4.19%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#92093C (or 0x92093C) is known color: Burgundy. HEX triplet: 92, 09 and 3C. RGB value is (146,9,60). Sum of RGB (Red+Green+Blue) = 146+9+60=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #92093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92093C is #6DF6C3. Grayscale: #373737. Windows color (decimal): -7206596 or 3934610. OLE color: 3934610.

HSL color Cylindrical-coordinate representation of color #92093C: hue angle of 337.66º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92093C is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 9 60 -
CMYK 0 0.94 0.59 0.43
HSL 337.66º 0.88% 0.3% -
HSV(B) 337.66º 0.94% 0.57% -
XYZ 12.77 6.63 4.88 -
YUV 55.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 146 9 60 0 0.94 0.59 0.43 337.66 0.88 0.3
Hex 92 9 3C 0 5E 3B 2B 152 58 1E
Octal 222 11 74 0 136 73 53 522 130 36
Binary 10010010 1001 111100 0 1011110 111011 101011 101010010 1011000 11110

Color Harmonies of #92093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92093C

Black with #92093C

Text Example


Text Example

White with #92093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,9,60); }

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

background-color css

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

 a { background-color: rgb(146,9,60); }

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

border-color css

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

 span { border-color: rgb(146,9,60); }

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