Html Css Color HEX #972215 Mandarian Orange

📋 copy color: '#972215'

red 151 ◦ green 34 ◦ blue 21

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

Shades of Mandarian Orange #972215

Tints of Mandarian Orange #972215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.19%

R = 73.3%
G = 16.5%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#972215 (or 0x972215) is known color: Mandarian Orange. HEX triplet: 97, 22 and 15. RGB value is (151,34,21). Sum of RGB (Red+Green+Blue) = 151+34+21=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #972215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972215 is #68DDEA. Grayscale: #434343. Windows color (decimal): -6872555 or 1385111. OLE color: 1385111.

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

Color convert

RGB 151 34 21 -
CMYK 0 0.77 0.86 0.41
HSL 0.76% 0.34% -
HSV(B) 0.86% 0.59% -
XYZ 13.47 7.78 1.5 -
YUV 67.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 151 34 21 0 0.77 0.86 0.41 6 0.76 0.34
Hex 97 22 15 0 4D 56 29 6 4C 22
Octal 227 42 25 0 115 126 51 6 114 42
Binary 10010111 100010 10101 0 1001101 1010110 101001 110 1001100 100010

Color Harmonies of #972215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972215

Black with #972215

Text Example


Text Example

White with #972215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972215; }

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

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

background-color css

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

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

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

border-color css

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

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

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