Html Css Color HEX #92002A Burgundy

📋 copy color: '#92002A'

red 146 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #92002A

Tints of Burgundy #92002A

RGB

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

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

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

R = 77.66%
G = 0%
B = 22.34%

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

#92002A (or 0x92002A) is known color: Burgundy. HEX triplet: 92, 00 and 2A. RGB value is (146,0,42). Sum of RGB (Red+Green+Blue) = 146+0+42=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #92002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92002A is #6DFFD5. Grayscale: #303030. Windows color (decimal): -7208918 or 2752658. OLE color: 2752658.

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

Color convert

RGB 146 0 42 -
CMYK 0 1 0.71 0.43
HSL 342.74º 1% 0.29% -
HSV(B) 342.74º 1% 0.57% -
XYZ 12.27 6.28 2.76 -
YUV 48.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 146 0 42 0 1 0.71 0.43 342.74 1 0.29
Hex 92 0 2A 0 64 47 2B 157 64 1D
Octal 222 0 52 0 144 107 53 527 144 35
Binary 10010010 0 101010 0 1100100 1000111 101011 101010111 1100100 11101

Color Harmonies of #92002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92002A

Black with #92002A

Text Example


Text Example

White with #92002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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