#971E1A

Color #971E1A Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #971E1A

Tints of Mandarian Orange #971E1A

Color information

#971E1A (or 0x971E1A) is unknown color: approx Mandarian Orange. HEX triplet: 97, 1E and 1A. RGB value is (151,30,26). Sum of RGB (Red+Green+Blue) = 151+30+26=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #971E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971E1A is #68E1E5. Grayscale: #414141. Windows color (decimal): -6873574 or 1711767. OLE color: 1711767.

HSL color Cylindrical-coordinate representation of color #971E1A: hue angle of 1.92º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971E1A is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1513026-
CMYK00.800.830.41
HSL1.92º70.62%34.71%-
HSV(B)1.92º82.78%59.22%-
XYZ13.417.581.73-
YUV65.72105.59188.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 72.95%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=72.95%
G=14.49%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151302600.800.830.411.9270.6234.71
Hex971E1A050532924723
Octal2273632012012351210743
Binary100101111111011010010100001010011101001101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,30,26); }

 H1.HeaderClassName
 {
   color: #971E1A;
 }
 .AnyTagClassName
 {
   color: #971E1A;
 }
</style>
background-color css

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

 a { background-color: rgb(151,30,26); }

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

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

 span { border-color: rgb(151,30,26); }

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