Html Css Color HEX #92012A Burgundy

📋 copy color: '#92012A'

red 146 ◦ green 1 ◦ blue 42

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

Shades of Burgundy #92012A

Tints of Burgundy #92012A

RGB

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

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

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

R = 77.25%
G = 0.53%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#92012A (or 0x92012A) is known color: Burgundy. HEX triplet: 92, 01 and 2A. RGB value is (146,1,42). Sum of RGB (Red+Green+Blue) = 146+1+42=189 (25% of max value = 765). Red value is 146 (57.42% from 255 or 77.25% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 146 - color contains mainly: red. Hex color #92012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92012A is #6DFED5. Grayscale: #313131. Windows color (decimal): -7208662 or 2752914. OLE color: 2752914.

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

Color convert

RGB 146 1 42 -
CMYK 0 0.99 0.71 0.43
HSL 343.03º 0.99% 0.29% -
HSV(B) 343.03º 0.99% 0.57% -
XYZ 12.28 6.3 2.76 -
YUV 49.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 146 1 42 0 0.99 0.71 0.43 343.03 0.99 0.29
Hex 92 1 2A 0 63 47 2B 157 63 1D
Octal 222 1 52 0 143 107 53 527 143 35
Binary 10010010 1 101010 0 1100011 1000111 101011 101010111 1100011 11101

Color Harmonies of #92012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92012A

Black with #92012A

Text Example


Text Example

White with #92012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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