Html Css Color HEX #972115 Mandarian Orange

📋 copy color: '#972115'

red 151 ◦ green 33 ◦ blue 21

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

Shades of Mandarian Orange #972115

Tints of Mandarian Orange #972115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

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

R = 73.66%
G = 16.1%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#972115 (or 0x972115) is known color: Mandarian Orange. HEX triplet: 97, 21 and 15. RGB value is (151,33,21). Sum of RGB (Red+Green+Blue) = 151+33+21=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #972115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972115 is #68DEEA. Grayscale: #434343. Windows color (decimal): -6872811 or 1384855. OLE color: 1384855.

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

Color convert

RGB 151 33 21 -
CMYK 0 0.78 0.86 0.41
HSL 5.54º 0.76% 0.34% -
HSV(B) 5.54º 0.86% 0.59% -
XYZ 13.44 7.72 1.49 -
YUV 66.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 151 33 21 0 0.78 0.86 0.41 5.54 0.76 0.34
Hex 97 21 15 0 4E 56 29 6 4C 22
Octal 227 41 25 0 116 126 51 6 114 42
Binary 10010111 100001 10101 0 1001110 1010110 101001 110 1001100 100010

Color Harmonies of #972115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972115

Black with #972115

Text Example


Text Example

White with #972115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972115; }

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

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

background-color css

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

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

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

border-color css

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

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

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