Html Css Color HEX #920230 Burgundy

📋 copy color: '#920230'

red 146 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #920230

Tints of Burgundy #920230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 48 (19.14% from 255) = 24.49%

R = 74.49%
G = 1.02%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#920230 (or 0x920230) is known color: Burgundy. HEX triplet: 92, 02 and 30. RGB value is (146,2,48). Sum of RGB (Red+Green+Blue) = 146+2+48=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #920230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920230 is #6DFDCF. Grayscale: #323232. Windows color (decimal): -7208400 or 3146386. OLE color: 3146386.

HSL color Cylindrical-coordinate representation of color #920230: hue angle of 340.83º degrees, saturation: 0.97, 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 #920230 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 48 -
CMYK 0 0.99 0.67 0.43
HSL 340.83º 0.97% 0.29% -
HSV(B) 340.83º 0.99% 0.57% -
XYZ 12.41 6.37 3.37 -
YUV 50.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 146 2 48 0 0.99 0.67 0.43 340.83 0.97 0.29
Hex 92 2 30 0 63 43 2B 155 61 1D
Octal 222 2 60 0 143 103 53 525 141 35
Binary 10010010 10 110000 0 1100011 1000011 101011 101010101 1100001 11101

Color Harmonies of #920230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920230

Black with #920230

Text Example


Text Example

White with #920230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920230; }

 p { color: rgb(146,2,48); }

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

background-color css

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

 a { background-color: rgb(146,2,48); }

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

border-color css

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

 span { border-color: rgb(146,2,48); }

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