Html Css Color HEX #972118 Mandarian Orange

📋 copy color: '#972118'

red 151 ◦ green 33 ◦ blue 24

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

Shades of Mandarian Orange #972118

Tints of Mandarian Orange #972118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 72.6%
G = 15.87%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#972118 (or 0x972118) is known color: Mandarian Orange. HEX triplet: 97, 21 and 18. RGB value is (151,33,24). Sum of RGB (Red+Green+Blue) = 151+33+24=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #972118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972118 is #68DEE7. Grayscale: #434343. Windows color (decimal): -6872808 or 1581463. OLE color: 1581463.

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

Color convert

RGB 151 33 24 -
CMYK 0 0.78 0.84 0.41
HSL 4.25º 0.73% 0.34% -
HSV(B) 4.25º 0.84% 0.59% -
XYZ 13.47 7.73 1.65 -
YUV 67.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 151 33 24 0 0.78 0.84 0.41 4.25 0.73 0.34
Hex 97 21 18 0 4E 54 29 4 49 22
Octal 227 41 30 0 116 124 51 4 111 42
Binary 10010111 100001 11000 0 1001110 1010100 101001 100 1001001 100010

Color Harmonies of #972118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972118

Black with #972118

Text Example


Text Example

White with #972118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972118; }

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

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

background-color css

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

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

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

border-color css

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

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

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