Html Css Color HEX #972011 Mandarian Orange

📋 copy color: '#972011'

red 151 ◦ green 32 ◦ blue 17

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

Shades of Mandarian Orange #972011

Tints of Mandarian Orange #972011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.5%

R = 75.5%
G = 16%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#972011 (or 0x972011) is known color: Mandarian Orange. HEX triplet: 97, 20 and 11. RGB value is (151,32,17). Sum of RGB (Red+Green+Blue) = 151+32+17=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #972011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972011 is #68DFEE. Grayscale: #424242. Windows color (decimal): -6873071 or 1122455. OLE color: 1122455.

HSL color Cylindrical-coordinate representation of color #972011: hue angle of 6.72º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #972011 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 17 -
CMYK 0 0.79 0.89 0.41
HSL 6.72º 0.8% 0.33% -
HSV(B) 6.72º 0.89% 0.59% -
XYZ 13.38 7.65 1.3 -
YUV 65.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 151 32 17 0 0.79 0.89 0.41 6.72 0.8 0.33
Hex 97 20 11 0 4F 59 29 7 50 21
Octal 227 40 21 0 117 131 51 7 120 41
Binary 10010111 100000 10001 0 1001111 1011001 101001 111 1010000 100001

Color Harmonies of #972011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972011

Black with #972011

Text Example


Text Example

White with #972011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972011; }

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

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

background-color css

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

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

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

border-color css

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

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

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