Html Css Color HEX #92271C Mandarian Orange

📋 copy color: '#92271C'

red 146 ◦ green 39 ◦ blue 28

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

Shades of Mandarian Orange #92271C

Tints of Mandarian Orange #92271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 68.54%
G = 18.31%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#92271C (or 0x92271C) is known color: Mandarian Orange. HEX triplet: 92, 27 and 1C. RGB value is (146,39,28). Sum of RGB (Red+Green+Blue) = 146+39+28=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #92271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92271C is #6DD8E3. Grayscale: #454545. Windows color (decimal): -7198948 or 1845138. OLE color: 1845138.

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

Color convert

RGB 146 39 28 -
CMYK 0 0.73 0.81 0.43
HSL 5.59º 0.68% 0.34% -
HSV(B) 5.59º 0.81% 0.57% -
XYZ 12.79 7.65 1.9 -
YUV 69.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 146 39 28 0 0.73 0.81 0.43 5.59 0.68 0.34
Hex 92 27 1C 0 49 51 2B 6 44 22
Octal 222 47 34 0 111 121 53 6 104 42
Binary 10010010 100111 11100 0 1001001 1010001 101011 110 1000100 100010

Color Harmonies of #92271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92271C

Black with #92271C

Text Example


Text Example

White with #92271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92271C; }

 p { color: rgb(146,39,28); }

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

background-color css

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

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

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

border-color css

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

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

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