Html Css Color HEX #951916 Mandarian Orange

📋 copy color: '#951916'

red 149 ◦ green 25 ◦ blue 22

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

Shades of Mandarian Orange #951916

Tints of Mandarian Orange #951916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 76.02%
G = 12.76%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#951916 (or 0x951916) is known color: Mandarian Orange. HEX triplet: 95, 19 and 16. RGB value is (149,25,22). Sum of RGB (Red+Green+Blue) = 149+25+22=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #951916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951916 is #6AE6E9. Grayscale: #3D3D3D. Windows color (decimal): -7005930 or 1448341. OLE color: 1448341.

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

Color convert

RGB 149 25 22 -
CMYK 0 0.83 0.85 0.42
HSL 1.42º 0.74% 0.34% -
HSV(B) 1.42º 0.85% 0.58% -
XYZ 12.89 7.14 1.46 -
YUV 61.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 149 25 22 0 0.83 0.85 0.42 1.42 0.74 0.34
Hex 95 19 16 0 53 55 2A 1 4A 22
Octal 225 31 26 0 123 125 52 1 112 42
Binary 10010101 11001 10110 0 1010011 1010101 101010 1 1001010 100010

Color Harmonies of #951916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951916

Black with #951916

Text Example


Text Example

White with #951916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951916; }

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

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

background-color css

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

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

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

border-color css

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

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

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