Html Css Color HEX #912819 Mandarian Orange

📋 copy color: '#912819'

red 145 ◦ green 40 ◦ blue 25

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

Shades of Mandarian Orange #912819

Tints of Mandarian Orange #912819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 69.05%
G = 19.05%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#912819 (or 0x912819) is known color: Mandarian Orange. HEX triplet: 91, 28 and 19. RGB value is (145,40,25). Sum of RGB (Red+Green+Blue) = 145+40+25=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #912819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912819 is #6ED7E6. Grayscale: #454545. Windows color (decimal): -7264231 or 1648785. OLE color: 1648785.

HSL color Cylindrical-coordinate representation of color #912819: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #912819 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 40 25 -
CMYK 0 0.72 0.83 0.43
HSL 7.5º 0.71% 0.33% -
HSV(B) 7.5º 0.83% 0.57% -
XYZ 12.61 7.61 1.72 -
YUV 69.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 145 40 25 0 0.72 0.83 0.43 7.5 0.71 0.33
Hex 91 28 19 0 48 53 2B 8 47 21
Octal 221 50 31 0 110 123 53 10 107 41
Binary 10010001 101000 11001 0 1001000 1010011 101011 1000 1000111 100001

Color Harmonies of #912819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912819

Black with #912819

Text Example


Text Example

White with #912819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912819; }

 p { color: rgb(145,40,25); }

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

background-color css

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

 a { background-color: rgb(145,40,25); }

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

border-color css

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

 span { border-color: rgb(145,40,25); }

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