Html Css Color HEX #972A20 Mandarian Orange

📋 copy color: '#972A20'

red 151 ◦ green 42 ◦ blue 32

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

Shades of Mandarian Orange #972A20

Tints of Mandarian Orange #972A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.67%

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 67.11%
G = 18.67%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#972A20 (or 0x972A20) is known color: Mandarian Orange. HEX triplet: 97, 2A and 20. RGB value is (151,42,32). Sum of RGB (Red+Green+Blue) = 151+42+32=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #972A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972A20 is #68D5DF. Grayscale: #494949. Windows color (decimal): -6870496 or 2108055. OLE color: 2108055.

HSL color Cylindrical-coordinate representation of color #972A20: hue angle of 5.04º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972A20 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 42 32 -
CMYK 0 0.72 0.79 0.41
HSL 5.04º 0.65% 0.36% -
HSV(B) 5.04º 0.79% 0.59% -
XYZ 13.85 8.34 2.25 -
YUV 73.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 151 42 32 0 0.72 0.79 0.41 5.04 0.65 0.36
Hex 97 2A 20 0 48 4F 29 5 41 24
Octal 227 52 40 0 110 117 51 5 101 44
Binary 10010111 101010 100000 0 1001000 1001111 101001 101 1000001 100100

Color Harmonies of #972A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972A20

Black with #972A20

Text Example


Text Example

White with #972A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972A20; }

 p { color: rgb(151,42,32); }

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

background-color css

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

 a { background-color: rgb(151,42,32); }

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

border-color css

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

 span { border-color: rgb(151,42,32); }

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