Html Css Color HEX #922828 Mandarian Orange

📋 copy color: '#922828'

red 146 ◦ green 40 ◦ blue 40

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

Shades of Mandarian Orange #922828

Tints of Mandarian Orange #922828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 64.6%
G = 17.7%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#922828 (or 0x922828) is known color: Mandarian Orange. HEX triplet: 92, 28 and 28. RGB value is (146,40,40). Sum of RGB (Red+Green+Blue) = 146+40+40=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #922828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922828 is #6DD7D7. Grayscale: #474747. Windows color (decimal): -7198680 or 2631826. OLE color: 2631826.

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

Color convert

RGB 146 40 40 -
CMYK 0 0.73 0.73 0.43
HSL 0.57% 0.36% -
HSV(B) 0.73% 0.57% -
XYZ 13 7.78 2.82 -
YUV 71.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 146 40 40 0 0.73 0.73 0.43 0 0.57 0.36
Hex 92 28 28 0 49 49 2B 0 39 24
Octal 222 50 50 0 111 111 53 0 71 44
Binary 10010010 101000 101000 0 1001001 1001001 101011 0 111001 100100

Color Harmonies of #922828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922828

Black with #922828

Text Example


Text Example

White with #922828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922828; }

 p { color: rgb(146,40,40); }

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

background-color css

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

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

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

border-color css

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

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

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