Html Css Color HEX #951A11 Mandarian Orange

📋 copy color: '#951A11'

red 149 ◦ green 26 ◦ blue 17

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

Shades of Mandarian Orange #951A11

Tints of Mandarian Orange #951A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.54%

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

R = 77.6%
G = 13.54%
B = 8.85%

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

#951A11 (or 0x951A11) is known color: Mandarian Orange. HEX triplet: 95, 1A and 11. RGB value is (149,26,17). Sum of RGB (Red+Green+Blue) = 149+26+17=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A11 is #6AE5EE. Grayscale: #3D3D3D. Windows color (decimal): -7005679 or 1120917. OLE color: 1120917.

HSL color Cylindrical-coordinate representation of color #951A11: hue angle of 4.09º 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 #951A11 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 17 -
CMYK 0 0.83 0.89 0.42
HSL 4.09º 0.8% 0.33% -
HSV(B) 4.09º 0.89% 0.58% -
XYZ 12.87 7.17 1.24 -
YUV 61.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 149 26 17 0 0.83 0.89 0.42 4.09 0.8 0.33
Hex 95 1A 11 0 53 59 2A 4 50 21
Octal 225 32 21 0 123 131 52 4 120 41
Binary 10010101 11010 10001 0 1010011 1011001 101010 100 1010000 100001

Color Harmonies of #951A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A11

Black with #951A11

Text Example


Text Example

White with #951A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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