Html Css Color HEX #971712 Mandarian Orange

📋 copy color: '#971712'

red 151 ◦ green 23 ◦ blue 18

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

Shades of Mandarian Orange #971712

Tints of Mandarian Orange #971712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 78.65%
G = 11.98%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#971712 (or 0x971712) is known color: Mandarian Orange. HEX triplet: 97, 17 and 12. RGB value is (151,23,18). Sum of RGB (Red+Green+Blue) = 151+23+18=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #971712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971712 is #68E8ED. Grayscale: #3C3C3C. Windows color (decimal): -6875374 or 1185687. OLE color: 1185687.

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

Color convert

RGB 151 23 18 -
CMYK 0 0.85 0.88 0.41
HSL 2.26º 0.79% 0.33% -
HSV(B) 2.26º 0.88% 0.59% -
XYZ 13.18 7.24 1.27 -
YUV 60.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 151 23 18 0 0.85 0.88 0.41 2.26 0.79 0.33
Hex 97 17 12 0 55 58 29 2 4F 21
Octal 227 27 22 0 125 130 51 2 117 41
Binary 10010111 10111 10010 0 1010101 1011000 101001 10 1001111 100001

Color Harmonies of #971712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971712

Black with #971712

Text Example


Text Example

White with #971712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971712; }

 p { color: rgb(151,23,18); }

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

background-color css

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

 a { background-color: rgb(151,23,18); }

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

border-color css

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

 span { border-color: rgb(151,23,18); }

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