Html Css Color HEX #972310 Mandarian Orange

📋 copy color: '#972310'

red 151 ◦ green 35 ◦ blue 16

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

Shades of Mandarian Orange #972310

Tints of Mandarian Orange #972310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

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

R = 74.75%
G = 17.33%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#972310 (or 0x972310) is known color: Mandarian Orange. HEX triplet: 97, 23 and 10. RGB value is (151,35,16). Sum of RGB (Red+Green+Blue) = 151+35+16=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #972310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972310 is #68DCEF. Grayscale: #434343. Windows color (decimal): -6872304 or 1057687. OLE color: 1057687.

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

Color convert

RGB 151 35 16 -
CMYK 0 0.77 0.89 0.41
HSL 8.44º 0.81% 0.33% -
HSV(B) 8.44º 0.89% 0.59% -
XYZ 13.46 7.82 1.29 -
YUV 67.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 151 35 16 0 0.77 0.89 0.41 8.44 0.81 0.33
Hex 97 23 10 0 4D 59 29 8 51 21
Octal 227 43 20 0 115 131 51 10 121 41
Binary 10010111 100011 10000 0 1001101 1011001 101001 1000 1010001 100001

Color Harmonies of #972310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972310

Black with #972310

Text Example


Text Example

White with #972310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972310; }

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

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

background-color css

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

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

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

border-color css

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

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

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