Html Css Color HEX #971C13 Mandarian Orange

📋 copy color: '#971C13'

red 151 ◦ green 28 ◦ blue 19

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

Shades of Mandarian Orange #971C13

Tints of Mandarian Orange #971C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 76.26%
G = 14.14%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#971C13 (or 0x971C13) is known color: Mandarian Orange. HEX triplet: 97, 1C and 13. RGB value is (151,28,19). Sum of RGB (Red+Green+Blue) = 151+28+19=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #971C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971C13 is #68E3EC. Grayscale: #3F3F3F. Windows color (decimal): -6874093 or 1252503. OLE color: 1252503.

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

Color convert

RGB 151 28 19 -
CMYK 0 0.81 0.87 0.41
HSL 4.09º 0.78% 0.33% -
HSV(B) 4.09º 0.87% 0.59% -
XYZ 13.3 7.46 1.35 -
YUV 63.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 151 28 19 0 0.81 0.87 0.41 4.09 0.78 0.33
Hex 97 1C 13 0 51 57 29 4 4E 21
Octal 227 34 23 0 121 127 51 4 116 41
Binary 10010111 11100 10011 0 1010001 1010111 101001 100 1001110 100001

Color Harmonies of #971C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C13

Black with #971C13

Text Example


Text Example

White with #971C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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