Html Css Color HEX #972212 Mandarian Orange

📋 copy color: '#972212'

red 151 ◦ green 34 ◦ blue 18

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

Shades of Mandarian Orange #972212

Tints of Mandarian Orange #972212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

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

R = 74.38%
G = 16.75%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#972212 (or 0x972212) is known color: Mandarian Orange. HEX triplet: 97, 22 and 12. RGB value is (151,34,18). Sum of RGB (Red+Green+Blue) = 151+34+18=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #972212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972212 is #68DDED. Grayscale: #434343. Windows color (decimal): -6872558 or 1188503. OLE color: 1188503.

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

Color convert

RGB 151 34 18 -
CMYK 0 0.77 0.88 0.41
HSL 7.22º 0.79% 0.33% -
HSV(B) 7.22º 0.88% 0.59% -
XYZ 13.44 7.77 1.36 -
YUV 67.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 151 34 18 0 0.77 0.88 0.41 7.22 0.79 0.33
Hex 97 22 12 0 4D 58 29 7 4F 21
Octal 227 42 22 0 115 130 51 7 117 41
Binary 10010111 100010 10010 0 1001101 1011000 101001 111 1001111 100001

Color Harmonies of #972212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972212

Black with #972212

Text Example


Text Example

White with #972212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972212; }

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

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

background-color css

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

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

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

border-color css

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

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

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