Html Css Color HEX #92012D Burgundy

📋 copy color: '#92012D'

red 146 ◦ green 1 ◦ blue 45

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

Shades of Burgundy #92012D

Tints of Burgundy #92012D

RGB

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

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

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

R = 76.04%
G = 0.52%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#92012D (or 0x92012D) is known color: Burgundy. HEX triplet: 92, 01 and 2D. RGB value is (146,1,45). Sum of RGB (Red+Green+Blue) = 146+1+45=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #92012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92012D is #6DFED2. Grayscale: #313131. Windows color (decimal): -7208659 or 2949522. OLE color: 2949522.

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

Color convert

RGB 146 1 45 -
CMYK 0 0.99 0.69 0.43
HSL 341.79º 0.99% 0.29% -
HSV(B) 341.79º 0.99% 0.57% -
XYZ 12.34 6.32 3.05 -
YUV 49.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 146 1 45 0 0.99 0.69 0.43 341.79 0.99 0.29
Hex 92 1 2D 0 63 45 2B 156 63 1D
Octal 222 1 55 0 143 105 53 526 143 35
Binary 10010010 1 101101 0 1100011 1000101 101011 101010110 1100011 11101

Color Harmonies of #92012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92012D

Black with #92012D

Text Example


Text Example

White with #92012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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