Html Css Color HEX #971C16 Mandarian Orange

📋 copy color: '#971C16'

red 151 ◦ green 28 ◦ blue 22

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

Shades of Mandarian Orange #971C16

Tints of Mandarian Orange #971C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.93%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 75.12%
G = 13.93%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#971C16 (or 0x971C16) is known color: Mandarian Orange. HEX triplet: 97, 1C and 16. RGB value is (151,28,22). Sum of RGB (Red+Green+Blue) = 151+28+22=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #971C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971C16 is #68E3E9. Grayscale: #404040. Windows color (decimal): -6874090 or 1449111. OLE color: 1449111.

HSL color Cylindrical-coordinate representation of color #971C16: hue angle of 2.79º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971C16 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 22 -
CMYK 0 0.81 0.85 0.41
HSL 2.79º 0.75% 0.34% -
HSV(B) 2.79º 0.85% 0.59% -
XYZ 13.32 7.47 1.5 -
YUV 64.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 151 28 22 0 0.81 0.85 0.41 2.79 0.75 0.34
Hex 97 1C 16 0 51 55 29 3 4B 22
Octal 227 34 26 0 121 125 51 3 113 42
Binary 10010111 11100 10110 0 1010001 1010101 101001 11 1001011 100010

Color Harmonies of #971C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C16

Black with #971C16

Text Example


Text Example

White with #971C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,28,22); }

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

background-color css

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

 a { background-color: rgb(151,28,22); }

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

border-color css

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

 span { border-color: rgb(151,28,22); }

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