Html Css Color HEX #91230D Mandarian Orange

📋 copy color: '#91230D'

red 145 ◦ green 35 ◦ blue 13

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

Shades of Mandarian Orange #91230D

Tints of Mandarian Orange #91230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

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

R = 75.13%
G = 18.13%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#91230D (or 0x91230D) is known color: Mandarian Orange. HEX triplet: 91, 23 and 0D. RGB value is (145,35,13). Sum of RGB (Red+Green+Blue) = 145+35+13=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #91230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91230D is #6EDCF2. Grayscale: #414141. Windows color (decimal): -7265523 or 861073. OLE color: 861073.

HSL color Cylindrical-coordinate representation of color #91230D: hue angle of 10º 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 #91230D is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 35 13 -
CMYK 0 0.76 0.91 0.43
HSL 10º 0.84% 0.31% -
HSV(B) 10º 0.91% 0.57% -
XYZ 12.35 7.25 1.13 -
YUV 65.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 145 35 13 0 0.76 0.91 0.43 10 0.84 0.31
Hex 91 23 D 0 4C 5B 2B A 54 1F
Octal 221 43 15 0 114 133 53 12 124 37
Binary 10010001 100011 1101 0 1001100 1011011 101011 1010 1010100 11111

Color Harmonies of #91230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91230D

Black with #91230D

Text Example


Text Example

White with #91230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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