Html Css Color HEX #971A11 Mandarian Orange

📋 copy color: '#971A11'

red 151 ◦ green 26 ◦ blue 17

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

Shades of Mandarian Orange #971A11

Tints of Mandarian Orange #971A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.4%

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

R = 77.84%
G = 13.4%
B = 8.76%

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

#971A11 (or 0x971A11) is known color: Mandarian Orange. HEX triplet: 97, 1A and 11. RGB value is (151,26,17). Sum of RGB (Red+Green+Blue) = 151+26+17=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #971A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971A11 is #68E5EE. Grayscale: #3E3E3E. Windows color (decimal): -6874607 or 1120919. OLE color: 1120919.

HSL color Cylindrical-coordinate representation of color #971A11: hue angle of 4.03º 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 #971A11 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 26 17 -
CMYK 0 0.83 0.89 0.41
HSL 4.03º 0.8% 0.33% -
HSV(B) 4.03º 0.89% 0.59% -
XYZ 13.23 7.36 1.25 -
YUV 62.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 151 26 17 0 0.83 0.89 0.41 4.03 0.8 0.33
Hex 97 1A 11 0 53 59 29 4 50 21
Octal 227 32 21 0 123 131 51 4 120 41
Binary 10010111 11010 10001 0 1010011 1011001 101001 100 1010000 100001

Color Harmonies of #971A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A11

Black with #971A11

Text Example


Text Example

White with #971A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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