Html Css Color HEX #971912 Mandarian Orange

📋 copy color: '#971912'

red 151 ◦ green 25 ◦ blue 18

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

Shades of Mandarian Orange #971912

Tints of Mandarian Orange #971912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 77.84%
G = 12.89%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#971912 (or 0x971912) is known color: Mandarian Orange. HEX triplet: 97, 19 and 12. RGB value is (151,25,18). Sum of RGB (Red+Green+Blue) = 151+25+18=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #971912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971912 is #68E6ED. Grayscale: #3E3E3E. Windows color (decimal): -6874862 or 1186199. OLE color: 1186199.

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

Color convert

RGB 151 25 18 -
CMYK 0 0.83 0.88 0.41
HSL 3.16º 0.79% 0.33% -
HSV(B) 3.16º 0.88% 0.59% -
XYZ 13.22 7.32 1.29 -
YUV 61.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 151 25 18 0 0.83 0.88 0.41 3.16 0.79 0.33
Hex 97 19 12 0 53 58 29 3 4F 21
Octal 227 31 22 0 123 130 51 3 117 41
Binary 10010111 11001 10010 0 1010011 1011000 101001 11 1001111 100001

Color Harmonies of #971912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971912

Black with #971912

Text Example


Text Example

White with #971912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971912; }

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

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

background-color css

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

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

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

border-color css

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

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

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