Html Css Color HEX #971914 Mandarian Orange

📋 copy color: '#971914'

red 151 ◦ green 25 ◦ blue 20

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

Shades of Mandarian Orange #971914

Tints of Mandarian Orange #971914

RGB

 RED value IS 151 (59.38% from 255) = 77.04%

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

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

R = 77.04%
G = 12.76%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#971914 (or 0x971914) is known color: Mandarian Orange. HEX triplet: 97, 19 and 14. RGB value is (151,25,20). Sum of RGB (Red+Green+Blue) = 151+25+20=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #971914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971914 is #68E6EB. Grayscale: #3E3E3E. Windows color (decimal): -6874860 or 1317271. OLE color: 1317271.

HSL color Cylindrical-coordinate representation of color #971914: hue angle of 2.29º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971914 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 20 -
CMYK 0 0.83 0.87 0.41
HSL 2.29º 0.77% 0.34% -
HSV(B) 2.29º 0.87% 0.59% -
XYZ 13.24 7.33 1.38 -
YUV 62.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 151 25 20 0 0.83 0.87 0.41 2.29 0.77 0.34
Hex 97 19 14 0 53 57 29 2 4D 22
Octal 227 31 24 0 123 127 51 2 115 42
Binary 10010111 11001 10100 0 1010011 1010111 101001 10 1001101 100010

Color Harmonies of #971914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971914

Black with #971914

Text Example


Text Example

White with #971914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971914; }

 p { color: rgb(151,25,20); }

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

background-color css

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

 a { background-color: rgb(151,25,20); }

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

border-color css

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

 span { border-color: rgb(151,25,20); }

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