Html Css Color HEX #972920 Mandarian Orange

📋 copy color: '#972920'

red 151 ◦ green 41 ◦ blue 32

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

Shades of Mandarian Orange #972920

Tints of Mandarian Orange #972920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

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

R = 67.41%
G = 18.3%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#972920 (or 0x972920) is known color: Mandarian Orange. HEX triplet: 97, 29 and 20. RGB value is (151,41,32). Sum of RGB (Red+Green+Blue) = 151+41+32=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #972920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972920 is #68D6DF. Grayscale: #494949. Windows color (decimal): -6870752 or 2107799. OLE color: 2107799.

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

Color convert

RGB 151 41 32 -
CMYK 0 0.73 0.79 0.41
HSL 4.54º 0.65% 0.36% -
HSV(B) 4.54º 0.79% 0.59% -
XYZ 13.82 8.27 2.23 -
YUV 72.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 151 41 32 0 0.73 0.79 0.41 4.54 0.65 0.36
Hex 97 29 20 0 49 4F 29 5 41 24
Octal 227 51 40 0 111 117 51 5 101 44
Binary 10010111 101001 100000 0 1001001 1001111 101001 101 1000001 100100

Color Harmonies of #972920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972920

Black with #972920

Text Example


Text Example

White with #972920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972920; }

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

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

background-color css

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

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

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

border-color css

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

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

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