Html Css Color HEX #972020 Mandarian Orange

📋 copy color: '#972020'

red 151 ◦ green 32 ◦ blue 32

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

Shades of Mandarian Orange #972020

Tints of Mandarian Orange #972020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 70.23%
G = 14.88%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#972020 (or 0x972020) is known color: Mandarian Orange. HEX triplet: 97, 20 and 20. RGB value is (151,32,32). Sum of RGB (Red+Green+Blue) = 151+32+32=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #972020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972020 is #68DFDF. Grayscale: #434343. Windows color (decimal): -6873056 or 2105495. OLE color: 2105495.

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

Color convert

RGB 151 32 32 -
CMYK 0 0.79 0.79 0.41
HSL 0.65% 0.36% -
HSV(B) 0.79% 0.59% -
XYZ 13.54 7.72 2.14 -
YUV 67.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 151 32 32 0 0.79 0.79 0.41 0 0.65 0.36
Hex 97 20 20 0 4F 4F 29 0 41 24
Octal 227 40 40 0 117 117 51 0 101 44
Binary 10010111 100000 100000 0 1001111 1001111 101001 0 1000001 100100

Color Harmonies of #972020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972020

Black with #972020

Text Example


Text Example

White with #972020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972020; }

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

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

background-color css

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

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

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

border-color css

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

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

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