Html Css Color HEX #951713 Mandarian Orange

📋 copy color: '#951713'

red 149 ◦ green 23 ◦ blue 19

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

Shades of Mandarian Orange #951713

Tints of Mandarian Orange #951713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 78.01%
G = 12.04%
B = 9.95%

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

#951713 (or 0x951713) is known color: Mandarian Orange. HEX triplet: 95, 17 and 13. RGB value is (149,23,19). Sum of RGB (Red+Green+Blue) = 149+23+19=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #951713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951713 is #6AE8EC. Grayscale: #3C3C3C. Windows color (decimal): -7006445 or 1251221. OLE color: 1251221.

HSL color Cylindrical-coordinate representation of color #951713: hue angle of 1.85º degrees, saturation: 0.77, 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 #951713 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 19 -
CMYK 0 0.85 0.87 0.42
HSL 1.85º 0.77% 0.33% -
HSV(B) 1.85º 0.87% 0.58% -
XYZ 12.82 7.05 1.3 -
YUV 60.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 149 23 19 0 0.85 0.87 0.42 1.85 0.77 0.33
Hex 95 17 13 0 55 57 2A 2 4D 21
Octal 225 27 23 0 125 127 52 2 115 41
Binary 10010101 10111 10011 0 1010101 1010111 101010 10 1001101 100001

Color Harmonies of #951713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951713

Black with #951713

Text Example


Text Example

White with #951713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951713; }

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

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

background-color css

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

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

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

border-color css

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

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

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