Html Css Color HEX #92032F Burgundy

📋 copy color: '#92032F'

red 146 ◦ green 3 ◦ blue 47

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

Shades of Burgundy #92032F

Tints of Burgundy #92032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 74.49%
G = 1.53%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#92032F (or 0x92032F) is known color: Burgundy. HEX triplet: 92, 03 and 2F. RGB value is (146,3,47). Sum of RGB (Red+Green+Blue) = 146+3+47=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92032F is #6DFCD0. Grayscale: #323232. Windows color (decimal): -7208145 or 3081106. OLE color: 3081106.

HSL color Cylindrical-coordinate representation of color #92032F: hue angle of 341.54º 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 #92032F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 3 47 -
CMYK 0 0.98 0.68 0.43
HSL 341.54º 0.96% 0.29% -
HSV(B) 341.54º 0.98% 0.57% -
XYZ 12.4 6.38 3.27 -
YUV 50.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 146 3 47 0 0.98 0.68 0.43 341.54 0.96 0.29
Hex 92 3 2F 0 62 44 2B 156 60 1D
Octal 222 3 57 0 142 104 53 526 140 35
Binary 10010010 11 101111 0 1100010 1000100 101011 101010110 1100000 11101

Color Harmonies of #92032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92032F

Black with #92032F

Text Example


Text Example

White with #92032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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