Html Css Color HEX #91260F Mandarian Orange

📋 copy color: '#91260F'

red 145 ◦ green 38 ◦ blue 15

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

Shades of Mandarian Orange #91260F

Tints of Mandarian Orange #91260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 73.23%
G = 19.19%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91260F (or 0x91260F) is known color: Mandarian Orange. HEX triplet: 91, 26 and 0F. RGB value is (145,38,15). Sum of RGB (Red+Green+Blue) = 145+38+15=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #91260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91260F is #6ED9F0. Grayscale: #434343. Windows color (decimal): -7264753 or 992913. OLE color: 992913.

HSL color Cylindrical-coordinate representation of color #91260F: hue angle of 10.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91260F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 38 15 -
CMYK 0 0.74 0.90 0.43
HSL 10.62º 0.81% 0.31% -
HSV(B) 10.62º 0.9% 0.57% -
XYZ 12.46 7.44 1.23 -
YUV 67.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 145 38 15 0 0.74 0.90 0.43 10.62 0.81 0.31
Hex 91 26 F 0 4A 5A 2B B 51 1F
Octal 221 46 17 0 112 132 53 13 121 37
Binary 10010001 100110 1111 0 1001010 1011010 101011 1011 1010001 11111

Color Harmonies of #91260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91260F

Black with #91260F

Text Example


Text Example

White with #91260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,38,15); }

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

background-color css

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

 a { background-color: rgb(145,38,15); }

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

border-color css

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

 span { border-color: rgb(145,38,15); }

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