Html Css Color HEX #92032A Burgundy

📋 copy color: '#92032A'

red 146 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #92032A

Tints of Burgundy #92032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 76.44%
G = 1.57%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#92032A (or 0x92032A) is known color: Burgundy. HEX triplet: 92, 03 and 2A. RGB value is (146,3,42). Sum of RGB (Red+Green+Blue) = 146+3+42=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #92032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92032A is #6DFCD5. Grayscale: #323232. Windows color (decimal): -7208150 or 2753426. OLE color: 2753426.

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

Color convert

RGB 146 3 42 -
CMYK 0 0.98 0.71 0.43
HSL 343.64º 0.96% 0.29% -
HSV(B) 343.64º 0.98% 0.57% -
XYZ 12.3 6.34 2.77 -
YUV 50.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 146 3 42 0 0.98 0.71 0.43 343.64 0.96 0.29
Hex 92 3 2A 0 62 47 2B 158 60 1D
Octal 222 3 52 0 142 107 53 530 140 35
Binary 10010010 11 101010 0 1100010 1000111 101011 101011000 1100000 11101

Color Harmonies of #92032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92032A

Black with #92032A

Text Example


Text Example

White with #92032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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