Html Css Color HEX #912219 Mandarian Orange

📋 copy color: '#912219'

red 145 ◦ green 34 ◦ blue 25

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

Shades of Mandarian Orange #912219

Tints of Mandarian Orange #912219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 71.08%
G = 16.67%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#912219 (or 0x912219) is known color: Mandarian Orange. HEX triplet: 91, 22 and 19. RGB value is (145,34,25). Sum of RGB (Red+Green+Blue) = 145+34+25=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #912219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912219 is #6EDDE6. Grayscale: #424242. Windows color (decimal): -7265767 or 1647249. OLE color: 1647249.

HSL color Cylindrical-coordinate representation of color #912219: hue angle of 4.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 #912219 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 34 25 -
CMYK 0 0.77 0.83 0.43
HSL 4.5º 0.71% 0.33% -
HSV(B) 4.5º 0.83% 0.57% -
XYZ 12.42 7.23 1.66 -
YUV 66.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 145 34 25 0 0.77 0.83 0.43 4.5 0.71 0.33
Hex 91 22 19 0 4D 53 2B 4 47 21
Octal 221 42 31 0 115 123 53 4 107 41
Binary 10010001 100010 11001 0 1001101 1010011 101011 100 1000111 100001

Color Harmonies of #912219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912219

Black with #912219

Text Example


Text Example

White with #912219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912219; }

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

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

background-color css

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

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

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

border-color css

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

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

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