Html Css Color HEX #92002B Burgundy

📋 copy color: '#92002B'

red 146 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #92002B

Tints of Burgundy #92002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 22.75%

R = 77.25%
G = 0%
B = 22.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#92002B (or 0x92002B) is known color: Burgundy. HEX triplet: 92, 00 and 2B. RGB value is (146,0,43). Sum of RGB (Red+Green+Blue) = 146+0+43=189 (25% of max value = 765). Red value is 146 (57.42% from 255 or 77.25% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 146 - color contains mainly: red. Hex color #92002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92002B is #6DFFD4. Grayscale: #303030. Windows color (decimal): -7208917 or 2818194. OLE color: 2818194.

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

Color convert

RGB 146 0 43 -
CMYK 0 1 0.71 0.43
HSL 342.33º 1% 0.29% -
HSV(B) 342.33º 1% 0.57% -
XYZ 12.29 6.29 2.85 -
YUV 48.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 146 0 43 0 1 0.71 0.43 342.33 1 0.29
Hex 92 0 2B 0 64 47 2B 156 64 1D
Octal 222 0 53 0 144 107 53 526 144 35
Binary 10010010 0 101011 0 1100100 1000111 101011 101010110 1100100 11101

Color Harmonies of #92002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92002B

Black with #92002B

Text Example


Text Example

White with #92002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,0,43); }

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

background-color css

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

 a { background-color: rgb(146,0,43); }

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

border-color css

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

 span { border-color: rgb(146,0,43); }

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