Html Css Color HEX #971911 Mandarian Orange

📋 copy color: '#971911'

red 151 ◦ green 25 ◦ blue 17

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

Shades of Mandarian Orange #971911

Tints of Mandarian Orange #971911

RGB

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

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

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

R = 78.24%
G = 12.95%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971911 (or 0x971911) is known color: Mandarian Orange. HEX triplet: 97, 19 and 11. RGB value is (151,25,17). Sum of RGB (Red+Green+Blue) = 151+25+17=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #971911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971911 is #68E6EE. Grayscale: #3D3D3D. Windows color (decimal): -6874863 or 1120663. OLE color: 1120663.

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

Color convert

RGB 151 25 17 -
CMYK 0 0.83 0.89 0.41
HSL 3.58º 0.8% 0.33% -
HSV(B) 3.58º 0.89% 0.59% -
XYZ 13.21 7.32 1.25 -
YUV 61.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 151 25 17 0 0.83 0.89 0.41 3.58 0.8 0.33
Hex 97 19 11 0 53 59 29 4 50 21
Octal 227 31 21 0 123 131 51 4 120 41
Binary 10010111 11001 10001 0 1010011 1011001 101001 100 1010000 100001

Color Harmonies of #971911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971911

Black with #971911

Text Example


Text Example

White with #971911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971911; }

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

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

background-color css

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

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

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

border-color css

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

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

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