Html Css Color HEX #91250C Mandarian Orange

📋 copy color: '#91250C'

red 145 ◦ green 37 ◦ blue 12

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

Shades of Mandarian Orange #91250C

Tints of Mandarian Orange #91250C

RGB

 RED value IS 145 (57.03% from 255) = 74.74%

 GREEN value IS 37 (14.84% from 255) = 19.07%

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 74.74%
G = 19.07%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91250C (or 0x91250C) is known color: Mandarian Orange. HEX triplet: 91, 25 and 0C. RGB value is (145,37,12). Sum of RGB (Red+Green+Blue) = 145+37+12=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91250C is #6EDAF3. Grayscale: #424242. Windows color (decimal): -7265012 or 796049. OLE color: 796049.

HSL color Cylindrical-coordinate representation of color #91250C: hue angle of 11.28º 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 #91250C is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 12 -
CMYK 0 0.74 0.92 0.43
HSL 11.28º 0.85% 0.31% -
HSV(B) 11.28º 0.92% 0.57% -
XYZ 12.4 7.37 1.12 -
YUV 66.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 145 37 12 0 0.74 0.92 0.43 11.28 0.85 0.31
Hex 91 25 C 0 4A 5C 2B B 55 1F
Octal 221 45 14 0 112 134 53 13 125 37
Binary 10010001 100101 1100 0 1001010 1011100 101011 1011 1010101 11111

Color Harmonies of #91250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91250C

Black with #91250C

Text Example


Text Example

White with #91250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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