Html Css Color HEX #92271B Mandarian Orange

📋 copy color: '#92271B'

red 146 ◦ green 39 ◦ blue 27

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

Shades of Mandarian Orange #92271B

Tints of Mandarian Orange #92271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.74%

R = 68.87%
G = 18.4%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#92271B (or 0x92271B) is known color: Mandarian Orange. HEX triplet: 92, 27 and 1B. RGB value is (146,39,27). Sum of RGB (Red+Green+Blue) = 146+39+27=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #92271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92271B is #6DD8E4. Grayscale: #454545. Windows color (decimal): -7198949 or 1779602. OLE color: 1779602.

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

Color convert

RGB 146 39 27 -
CMYK 0 0.73 0.82 0.43
HSL 6.05º 0.69% 0.34% -
HSV(B) 6.05º 0.82% 0.57% -
XYZ 12.78 7.64 1.84 -
YUV 69.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 146 39 27 0 0.73 0.82 0.43 6.05 0.69 0.34
Hex 92 27 1B 0 49 52 2B 6 45 22
Octal 222 47 33 0 111 122 53 6 105 42
Binary 10010010 100111 11011 0 1001001 1010010 101011 110 1000101 100010

Color Harmonies of #92271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92271B

Black with #92271B

Text Example


Text Example

White with #92271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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