Html Css Color HEX #92032D Burgundy

📋 copy color: '#92032D'

red 146 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #92032D

Tints of Burgundy #92032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 75.26%
G = 1.55%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#92032D (or 0x92032D) is known color: Burgundy. HEX triplet: 92, 03 and 2D. RGB value is (146,3,45). Sum of RGB (Red+Green+Blue) = 146+3+45=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #92032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92032D is #6DFCD2. Grayscale: #323232. Windows color (decimal): -7208147 or 2950034. OLE color: 2950034.

HSL color Cylindrical-coordinate representation of color #92032D: hue angle of 342.38º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92032D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 3 45 -
CMYK 0 0.98 0.69 0.43
HSL 342.38º 0.96% 0.29% -
HSV(B) 342.38º 0.98% 0.57% -
XYZ 12.36 6.37 3.06 -
YUV 50.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 146 3 45 0 0.98 0.69 0.43 342.38 0.96 0.29
Hex 92 3 2D 0 62 45 2B 156 60 1D
Octal 222 3 55 0 142 105 53 526 140 35
Binary 10010010 11 101101 0 1100010 1000101 101011 101010110 1100000 11101

Color Harmonies of #92032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92032D

Black with #92032D

Text Example


Text Example

White with #92032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92032D; }

 p { color: rgb(146,3,45); }

 H1.HeaderClassName
 {
   color: #92032D;
 }
 .AnyTagClassName
 {
   color: #92032D;
 }
</style>

background-color css

<style>
 a { background-color: #92032D; }

 a { background-color: rgb(146,3,45); }

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

border-color css

<style>
 span { border-color: #92032D; }

 span { border-color: rgb(146,3,45); }

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