Html Css Color HEX #92013B Burgundy

📋 copy color: '#92013B'

red 146 ◦ green 1 ◦ blue 59

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

Shades of Burgundy #92013B

Tints of Burgundy #92013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 59 (23.44% from 255) = 28.64%

R = 70.87%
G = 0.49%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#92013B (or 0x92013B) is known color: Burgundy. HEX triplet: 92, 01 and 3B. RGB value is (146,1,59). Sum of RGB (Red+Green+Blue) = 146+1+59=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #92013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92013B is #6DFEC4. Grayscale: #323232. Windows color (decimal): -7208645 or 3867026. OLE color: 3867026.

HSL color Cylindrical-coordinate representation of color #92013B: hue angle of 336º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92013B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 1 59 -
CMYK 0 0.99 0.60 0.43
HSL 336º 0.99% 0.29% -
HSV(B) 336º 0.99% 0.57% -
XYZ 12.65 6.45 4.72 -
YUV 50.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 146 1 59 0 0.99 0.60 0.43 336 0.99 0.29
Hex 92 1 3B 0 63 3C 2B 150 63 1D
Octal 222 1 73 0 143 74 53 520 143 35
Binary 10010010 1 111011 0 1100011 111100 101011 101010000 1100011 11101

Color Harmonies of #92013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92013B

Black with #92013B

Text Example


Text Example

White with #92013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92013B; }

 p { color: rgb(146,1,59); }

 H1.HeaderClassName
 {
   color: #92013B;
 }
 .AnyTagClassName
 {
   color: #92013B;
 }
</style>

background-color css

<style>
 a { background-color: #92013B; }

 a { background-color: rgb(146,1,59); }

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

border-color css

<style>
 span { border-color: #92013B; }

 span { border-color: rgb(146,1,59); }

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