Html Css Color HEX #92012E Burgundy

📋 copy color: '#92012E'

red 146 ◦ green 1 ◦ blue 46

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

Shades of Burgundy #92012E

Tints of Burgundy #92012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 75.65%
G = 0.52%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#92012E (or 0x92012E) is known color: Burgundy. HEX triplet: 92, 01 and 2E. RGB value is (146,1,46). Sum of RGB (Red+Green+Blue) = 146+1+46=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #92012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92012E is #6DFED1. Grayscale: #313131. Windows color (decimal): -7208658 or 3015058. OLE color: 3015058.

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

Color convert

RGB 146 1 46 -
CMYK 0 0.99 0.68 0.43
HSL 341.38º 0.99% 0.29% -
HSV(B) 341.38º 0.99% 0.57% -
XYZ 12.36 6.33 3.16 -
YUV 49.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 146 1 46 0 0.99 0.68 0.43 341.38 0.99 0.29
Hex 92 1 2E 0 63 44 2B 155 63 1D
Octal 222 1 56 0 143 104 53 525 143 35
Binary 10010010 1 101110 0 1100011 1000100 101011 101010101 1100011 11101

Color Harmonies of #92012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92012E

Black with #92012E

Text Example


Text Example

White with #92012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92012E; }

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

 H1.HeaderClassName
 {
   color: #92012E;
 }
 .AnyTagClassName
 {
   color: #92012E;
 }
</style>

background-color css

<style>
 a { background-color: #92012E; }

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

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

border-color css

<style>
 span { border-color: #92012E; }

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

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