Html Css Color HEX #972116 Mandarian Orange

📋 copy color: '#972116'

red 151 ◦ green 33 ◦ blue 22

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

Shades of Mandarian Orange #972116

Tints of Mandarian Orange #972116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 73.3%
G = 16.02%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#972116 (or 0x972116) is known color: Mandarian Orange. HEX triplet: 97, 21 and 16. RGB value is (151,33,22). Sum of RGB (Red+Green+Blue) = 151+33+22=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #972116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972116 is #68DEE9. Grayscale: #434343. Windows color (decimal): -6872810 or 1450391. OLE color: 1450391.

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

Color convert

RGB 151 33 22 -
CMYK 0 0.78 0.85 0.41
HSL 5.12º 0.75% 0.34% -
HSV(B) 5.12º 0.85% 0.59% -
XYZ 13.45 7.72 1.54 -
YUV 67.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 151 33 22 0 0.78 0.85 0.41 5.12 0.75 0.34
Hex 97 21 16 0 4E 55 29 5 4B 22
Octal 227 41 26 0 116 125 51 5 113 42
Binary 10010111 100001 10110 0 1001110 1010101 101001 101 1001011 100010

Color Harmonies of #972116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972116

Black with #972116

Text Example


Text Example

White with #972116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972116; }

 p { color: rgb(151,33,22); }

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

background-color css

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

 a { background-color: rgb(151,33,22); }

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

border-color css

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

 span { border-color: rgb(151,33,22); }

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