Html Css Color HEX #951714 Mandarian Orange

📋 copy color: '#951714'

red 149 ◦ green 23 ◦ blue 20

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

Shades of Mandarian Orange #951714

Tints of Mandarian Orange #951714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 77.6%
G = 11.98%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951714 (or 0x951714) is known color: Mandarian Orange. HEX triplet: 95, 17 and 14. RGB value is (149,23,20). Sum of RGB (Red+Green+Blue) = 149+23+20=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951714 is #6AE8EB. Grayscale: #3C3C3C. Windows color (decimal): -7006444 or 1316757. OLE color: 1316757.

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

Color convert

RGB 149 23 20 -
CMYK 0 0.85 0.87 0.42
HSL 1.4º 0.76% 0.33% -
HSV(B) 1.4º 0.87% 0.58% -
XYZ 12.83 7.05 1.35 -
YUV 60.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 149 23 20 0 0.85 0.87 0.42 1.4 0.76 0.33
Hex 95 17 14 0 55 57 2A 1 4C 21
Octal 225 27 24 0 125 127 52 1 114 41
Binary 10010101 10111 10100 0 1010101 1010111 101010 1 1001100 100001

Color Harmonies of #951714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951714

Black with #951714

Text Example


Text Example

White with #951714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951714; }

 p { color: rgb(149,23,20); }

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

background-color css

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

 a { background-color: rgb(149,23,20); }

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

border-color css

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

 span { border-color: rgb(149,23,20); }

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