Html Css Color HEX #920238 Burgundy

📋 copy color: '#920238'

red 146 ◦ green 2 ◦ blue 56

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

Shades of Burgundy #920238

Tints of Burgundy #920238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.45%

R = 71.57%
G = 0.98%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#920238 (or 0x920238) is known color: Burgundy. HEX triplet: 92, 02 and 38. RGB value is (146,2,56). Sum of RGB (Red+Green+Blue) = 146+2+56=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920238 is #6DFDC7. Grayscale: #333333. Windows color (decimal): -7208392 or 3670674. OLE color: 3670674.

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

Color convert

RGB 146 2 56 -
CMYK 0 0.99 0.62 0.43
HSL 337.5º 0.97% 0.29% -
HSV(B) 337.5º 0.99% 0.57% -
XYZ 12.59 6.44 4.32 -
YUV 51.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 146 2 56 0 0.99 0.62 0.43 337.5 0.97 0.29
Hex 92 2 38 0 63 3E 2B 152 61 1D
Octal 222 2 70 0 143 76 53 522 141 35
Binary 10010010 10 111000 0 1100011 111110 101011 101010010 1100001 11101

Color Harmonies of #920238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920238

Black with #920238

Text Example


Text Example

White with #920238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920238; }

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

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

background-color css

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

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

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

border-color css

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

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

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