Html Css Color HEX #972010 Mandarian Orange

📋 copy color: '#972010'

red 151 ◦ green 32 ◦ blue 16

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

Shades of Mandarian Orange #972010

Tints of Mandarian Orange #972010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

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

R = 75.88%
G = 16.08%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#972010 (or 0x972010) is known color: Mandarian Orange. HEX triplet: 97, 20 and 10. RGB value is (151,32,16). Sum of RGB (Red+Green+Blue) = 151+32+16=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #972010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972010 is #68DFEF. Grayscale: #414141. Windows color (decimal): -6873072 or 1056919. OLE color: 1056919.

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

Color convert

RGB 151 32 16 -
CMYK 0 0.79 0.89 0.41
HSL 7.11º 0.81% 0.33% -
HSV(B) 7.11º 0.89% 0.59% -
XYZ 13.37 7.65 1.26 -
YUV 65.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 151 32 16 0 0.79 0.89 0.41 7.11 0.81 0.33
Hex 97 20 10 0 4F 59 29 7 51 21
Octal 227 40 20 0 117 131 51 7 121 41
Binary 10010111 100000 10000 0 1001111 1011001 101001 111 1010001 100001

Color Harmonies of #972010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972010

Black with #972010

Text Example


Text Example

White with #972010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972010; }

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

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

background-color css

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

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

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

border-color css

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

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

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