#91230C

Color #91230C Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #91230C

Tints of Mandarian Orange #91230C

Color information

#91230C (or 0x91230C) is unknown color: approx Mandarian Orange. HEX triplet: 91, 23 and 0C. RGB value is (145,35,12). Sum of RGB (Red+Green+Blue) = 145+35+12=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #91230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91230C is #6EDCF3. Grayscale: #414141. Windows color (decimal): -7265524 or 795537. OLE color: 795537.

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

Color convert

RGB1453512-
CMYK00.760.920.43
HSL10.38º84.71%30.78%-
HSV(B)10.38º91.72%56.86%-
XYZ12.347.251.1-
YUV65.2797.94184.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.52%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=75.52%
G=18.23%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145351200.760.920.4310.3884.7130.78
Hex9123C04C5C2Ba551f
Octal22143140114134531212537
Binary1001000110001111000100110010111001010111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,35,12); }

 H1.HeaderClassName
 {
   color: #91230C;
 }
 .AnyTagClassName
 {
   color: #91230C;
 }
</style>
background-color css

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

 a { background-color: rgb(145,35,12); }

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

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

 span { border-color: rgb(145,35,12); }

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