Html Css Color HEX #972214 Mandarian Orange

📋 copy color: '#972214'

red 151 ◦ green 34 ◦ blue 20

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

Shades of Mandarian Orange #972214

Tints of Mandarian Orange #972214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 73.66%
G = 16.59%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#972214 (or 0x972214) is known color: Mandarian Orange. HEX triplet: 97, 22 and 14. RGB value is (151,34,20). Sum of RGB (Red+Green+Blue) = 151+34+20=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #972214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972214 is #68DDEB. Grayscale: #434343. Windows color (decimal): -6872556 or 1319575. OLE color: 1319575.

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

Color convert

RGB 151 34 20 -
CMYK 0 0.77 0.87 0.41
HSL 6.41º 0.77% 0.34% -
HSV(B) 6.41º 0.87% 0.59% -
XYZ 13.46 7.77 1.45 -
YUV 67.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 151 34 20 0 0.77 0.87 0.41 6.41 0.77 0.34
Hex 97 22 14 0 4D 57 29 6 4D 22
Octal 227 42 24 0 115 127 51 6 115 42
Binary 10010111 100010 10100 0 1001101 1010111 101001 110 1001101 100010

Color Harmonies of #972214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972214

Black with #972214

Text Example


Text Example

White with #972214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972214; }

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

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

background-color css

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

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

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

border-color css

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

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

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