Html Css Color HEX #92043C Burgundy

📋 copy color: '#92043C'

red 146 ◦ green 4 ◦ blue 60

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

Shades of Burgundy #92043C

Tints of Burgundy #92043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 69.52%
G = 1.9%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#92043C (or 0x92043C) is known color: Burgundy. HEX triplet: 92, 04 and 3C. RGB value is (146,4,60). Sum of RGB (Red+Green+Blue) = 146+4+60=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #92043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92043C is #6DFBC3. Grayscale: #343434. Windows color (decimal): -7207876 or 3933330. OLE color: 3933330.

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

Color convert

RGB 146 4 60 -
CMYK 0 0.97 0.59 0.43
HSL 336.34º 0.95% 0.29% -
HSV(B) 336.34º 0.97% 0.57% -
XYZ 12.71 6.52 4.86 -
YUV 52.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 146 4 60 0 0.97 0.59 0.43 336.34 0.95 0.29
Hex 92 4 3C 0 61 3B 2B 150 5F 1D
Octal 222 4 74 0 141 73 53 520 137 35
Binary 10010010 100 111100 0 1100001 111011 101011 101010000 1011111 11101

Color Harmonies of #92043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92043C

Black with #92043C

Text Example


Text Example

White with #92043C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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