Html Css Color HEX #91250D Mandarian Orange

📋 copy color: '#91250D'

red 145 ◦ green 37 ◦ blue 13

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

Shades of Mandarian Orange #91250D

Tints of Mandarian Orange #91250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 74.36%
G = 18.97%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#91250D (or 0x91250D) is known color: Mandarian Orange. HEX triplet: 91, 25 and 0D. RGB value is (145,37,13). Sum of RGB (Red+Green+Blue) = 145+37+13=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #91250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91250D is #6EDAF2. Grayscale: #424242. Windows color (decimal): -7265011 or 861585. OLE color: 861585.

HSL color Cylindrical-coordinate representation of color #91250D: hue angle of 10.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91250D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 13 -
CMYK 0 0.74 0.91 0.43
HSL 10.91º 0.84% 0.31% -
HSV(B) 10.91º 0.91% 0.57% -
XYZ 12.41 7.37 1.15 -
YUV 66.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 145 37 13 0 0.74 0.91 0.43 10.91 0.84 0.31
Hex 91 25 D 0 4A 5B 2B B 54 1F
Octal 221 45 15 0 112 133 53 13 124 37
Binary 10010001 100101 1101 0 1001010 1011011 101011 1011 1010100 11111

Color Harmonies of #91250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91250D

Black with #91250D

Text Example


Text Example

White with #91250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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