Html Css Color HEX #971C17 Mandarian Orange

📋 copy color: '#971C17'

red 151 ◦ green 28 ◦ blue 23

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

Shades of Mandarian Orange #971C17

Tints of Mandarian Orange #971C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 74.75%
G = 13.86%
B = 11.39%

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

#971C17 (or 0x971C17) is known color: Mandarian Orange. HEX triplet: 97, 1C and 17. RGB value is (151,28,23). Sum of RGB (Red+Green+Blue) = 151+28+23=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #971C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971C17 is #68E3E8. Grayscale: #404040. Windows color (decimal): -6874089 or 1514647. OLE color: 1514647.

HSL color Cylindrical-coordinate representation of color #971C17: hue angle of 2.34º degrees, saturation: 0.74, 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 #971C17 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 23 -
CMYK 0 0.81 0.85 0.41
HSL 2.34º 0.74% 0.34% -
HSV(B) 2.34º 0.85% 0.59% -
XYZ 13.33 7.47 1.55 -
YUV 64.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 151 28 23 0 0.81 0.85 0.41 2.34 0.74 0.34
Hex 97 1C 17 0 51 55 29 2 4A 22
Octal 227 34 27 0 121 125 51 2 112 42
Binary 10010111 11100 10111 0 1010001 1010101 101001 10 1001010 100010

Color Harmonies of #971C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C17

Black with #971C17

Text Example


Text Example

White with #971C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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