Html Css Color HEX #92052D Burgundy

📋 copy color: '#92052D'

red 146 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #92052D

Tints of Burgundy #92052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 74.49%
G = 2.55%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#92052D (or 0x92052D) is known color: Burgundy. HEX triplet: 92, 05 and 2D. RGB value is (146,5,45). Sum of RGB (Red+Green+Blue) = 146+5+45=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #92052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92052D is #6DFAD2. Grayscale: #333333. Windows color (decimal): -7207635 or 2950546. OLE color: 2950546.

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

Color convert

RGB 146 5 45 -
CMYK 0 0.97 0.69 0.43
HSL 342.98º 0.93% 0.3% -
HSV(B) 342.98º 0.97% 0.57% -
XYZ 12.38 6.41 3.07 -
YUV 51.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 146 5 45 0 0.97 0.69 0.43 342.98 0.93 0.3
Hex 92 5 2D 0 61 45 2B 157 5D 1E
Octal 222 5 55 0 141 105 53 527 135 36
Binary 10010010 101 101101 0 1100001 1000101 101011 101010111 1011101 11110

Color Harmonies of #92052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92052D

Black with #92052D

Text Example


Text Example

White with #92052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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