Html Css Color HEX #971F10 Mandarian Orange

📋 copy color: '#971F10'

red 151 ◦ green 31 ◦ blue 16

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

Shades of Mandarian Orange #971F10

Tints of Mandarian Orange #971F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.66%

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

R = 76.26%
G = 15.66%
B = 8.08%

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

#971F10 (or 0x971F10) is known color: Mandarian Orange. HEX triplet: 97, 1F and 10. RGB value is (151,31,16). Sum of RGB (Red+Green+Blue) = 151+31+16=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #971F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971F10 is #68E0EF. Grayscale: #414141. Windows color (decimal): -6873328 or 1056663. OLE color: 1056663.

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

Color convert

RGB 151 31 16 -
CMYK 0 0.79 0.89 0.41
HSL 6.67º 0.81% 0.33% -
HSV(B) 6.67º 0.89% 0.59% -
XYZ 13.35 7.6 1.25 -
YUV 65.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 151 31 16 0 0.79 0.89 0.41 6.67 0.81 0.33
Hex 97 1F 10 0 4F 59 29 7 51 21
Octal 227 37 20 0 117 131 51 7 121 41
Binary 10010111 11111 10000 0 1001111 1011001 101001 111 1010001 100001

Color Harmonies of #971F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F10

Black with #971F10

Text Example


Text Example

White with #971F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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