Html Css Color HEX #971D12 Mandarian Orange

📋 copy color: '#971D12'

red 151 ◦ green 29 ◦ blue 18

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

Shades of Mandarian Orange #971D12

Tints of Mandarian Orange #971D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

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

R = 76.26%
G = 14.65%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#971D12 (or 0x971D12) is known color: Mandarian Orange. HEX triplet: 97, 1D and 12. RGB value is (151,29,18). Sum of RGB (Red+Green+Blue) = 151+29+18=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #971D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971D12 is #68E2ED. Grayscale: #404040. Windows color (decimal): -6873838 or 1187223. OLE color: 1187223.

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

Color convert

RGB 151 29 18 -
CMYK 0 0.81 0.88 0.41
HSL 4.96º 0.79% 0.33% -
HSV(B) 4.96º 0.88% 0.59% -
XYZ 13.31 7.5 1.32 -
YUV 64.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 151 29 18 0 0.81 0.88 0.41 4.96 0.79 0.33
Hex 97 1D 12 0 51 58 29 5 4F 21
Octal 227 35 22 0 121 130 51 5 117 41
Binary 10010111 11101 10010 0 1010001 1011000 101001 101 1001111 100001

Color Harmonies of #971D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D12

Black with #971D12

Text Example


Text Example

White with #971D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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