Html Css Color HEX #972221 Mandarian Orange

📋 copy color: '#972221'

red 151 ◦ green 34 ◦ blue 33

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

Shades of Mandarian Orange #972221

Tints of Mandarian Orange #972221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 69.27%
G = 15.6%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#972221 (or 0x972221) is known color: Mandarian Orange. HEX triplet: 97, 22 and 21. RGB value is (151,34,33). Sum of RGB (Red+Green+Blue) = 151+34+33=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #972221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972221 is #68DDDE. Grayscale: #444444. Windows color (decimal): -6872543 or 2171543. OLE color: 2171543.

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

Color convert

RGB 151 34 33 -
CMYK 0 0.77 0.78 0.41
HSL 0.51º 0.64% 0.36% -
HSV(B) 0.51º 0.78% 0.59% -
XYZ 13.61 7.83 2.23 -
YUV 68.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 151 34 33 0 0.77 0.78 0.41 0.51 0.64 0.36
Hex 97 22 21 0 4D 4E 29 1 40 24
Octal 227 42 41 0 115 116 51 1 100 44
Binary 10010111 100010 100001 0 1001101 1001110 101001 1 1000000 100100

Color Harmonies of #972221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972221

Black with #972221

Text Example


Text Example

White with #972221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972221; }

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

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

background-color css

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

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

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

border-color css

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

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

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