Html Css Color HEX #951911 Mandarian Orange

📋 copy color: '#951911'

red 149 ◦ green 25 ◦ blue 17

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

Shades of Mandarian Orange #951911

Tints of Mandarian Orange #951911

RGB

 RED value IS 149 (58.59% from 255) = 78.01%

 GREEN value IS 25 (10.16% from 255) = 13.09%

 BLUE value IS 17 (7.03% from 255) = 8.9%

R = 78.01%
G = 13.09%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951911 (or 0x951911) is known color: Mandarian Orange. HEX triplet: 95, 19 and 11. RGB value is (149,25,17). Sum of RGB (Red+Green+Blue) = 149+25+17=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #951911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951911 is #6AE6EE. Grayscale: #3D3D3D. Windows color (decimal): -7005935 or 1120661. OLE color: 1120661.

HSL color Cylindrical-coordinate representation of color #951911: hue angle of 3.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951911 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 17 -
CMYK 0 0.83 0.89 0.42
HSL 3.64º 0.8% 0.33% -
HSV(B) 3.64º 0.89% 0.58% -
XYZ 12.84 7.13 1.23 -
YUV 61.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 149 25 17 0 0.83 0.89 0.42 3.64 0.8 0.33
Hex 95 19 11 0 53 59 2A 4 50 21
Octal 225 31 21 0 123 131 52 4 120 41
Binary 10010101 11001 10001 0 1010011 1011001 101010 100 1010000 100001

Color Harmonies of #951911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951911

Black with #951911

Text Example


Text Example

White with #951911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951911; }

 p { color: rgb(149,25,17); }

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

background-color css

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

 a { background-color: rgb(149,25,17); }

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

border-color css

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

 span { border-color: rgb(149,25,17); }

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