Html Css Color HEX #92281F Mandarian Orange

📋 copy color: '#92281F'

red 146 ◦ green 40 ◦ blue 31

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

Shades of Mandarian Orange #92281F

Tints of Mandarian Orange #92281F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.29%

R = 67.28%
G = 18.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92281F (or 0x92281F) is known color: Mandarian Orange. HEX triplet: 92, 28 and 1F. RGB value is (146,40,31). Sum of RGB (Red+Green+Blue) = 146+40+31=217 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.28% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 146 - color contains mainly: red. Hex color #92281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92281F is #6DD7E0. Grayscale: #464646. Windows color (decimal): -7198689 or 2042002. OLE color: 2042002.

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

Color convert

RGB 146 40 31 -
CMYK 0 0.73 0.79 0.43
HSL 4.7º 0.65% 0.35% -
HSV(B) 4.7º 0.79% 0.57% -
XYZ 12.86 7.73 2.11 -
YUV 70.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 146 40 31 0 0.73 0.79 0.43 4.7 0.65 0.35
Hex 92 28 1F 0 49 4F 2B 5 41 23
Octal 222 50 37 0 111 117 53 5 101 43
Binary 10010010 101000 11111 0 1001001 1001111 101011 101 1000001 100011

Color Harmonies of #92281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92281F

Black with #92281F

Text Example


Text Example

White with #92281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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