Html Css Color HEX #972110 Mandarian Orange

📋 copy color: '#972110'

red 151 ◦ green 33 ◦ blue 16

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

Shades of Mandarian Orange #972110

Tints of Mandarian Orange #972110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8%

R = 75.5%
G = 16.5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#972110 (or 0x972110) is known color: Mandarian Orange. HEX triplet: 97, 21 and 10. RGB value is (151,33,16). Sum of RGB (Red+Green+Blue) = 151+33+16=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #972110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972110 is #68DEEF. Grayscale: #424242. Windows color (decimal): -6872816 or 1057175. OLE color: 1057175.

HSL color Cylindrical-coordinate representation of color #972110: hue angle of 7.56º degrees, saturation: 0.81, 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 #972110 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 33 16 -
CMYK 0 0.78 0.89 0.41
HSL 7.56º 0.81% 0.33% -
HSV(B) 7.56º 0.89% 0.59% -
XYZ 13.4 7.7 1.27 -
YUV 66.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 151 33 16 0 0.78 0.89 0.41 7.56 0.81 0.33
Hex 97 21 10 0 4E 59 29 8 51 21
Octal 227 41 20 0 116 131 51 10 121 41
Binary 10010111 100001 10000 0 1001110 1011001 101001 1000 1010001 100001

Color Harmonies of #972110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972110

Black with #972110

Text Example


Text Example

White with #972110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972110; }

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

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

background-color css

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

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

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

border-color css

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

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

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