Html Css Color HEX #97201F Mandarian Orange

📋 copy color: '#97201F'

red 151 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #97201F

Tints of Mandarian Orange #97201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 70.56%
G = 14.95%
B = 14.49%

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

#97201F (or 0x97201F) is known color: Mandarian Orange. HEX triplet: 97, 20 and 1F. RGB value is (151,32,31). Sum of RGB (Red+Green+Blue) = 151+32+31=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #97201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97201F is #68DFE0. Grayscale: #434343. Windows color (decimal): -6873057 or 2039959. OLE color: 2039959.

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

Color convert

RGB 151 32 31 -
CMYK 0 0.79 0.79 0.41
HSL 0.5º 0.66% 0.36% -
HSV(B) 0.5º 0.79% 0.59% -
XYZ 13.53 7.71 2.07 -
YUV 67.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 151 32 31 0 0.79 0.79 0.41 0.5 0.66 0.36
Hex 97 20 1F 0 4F 4F 29 0 42 24
Octal 227 40 37 0 117 117 51 0 102 44
Binary 10010111 100000 11111 0 1001111 1001111 101001 0 1000010 100100

Color Harmonies of #97201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97201F

Black with #97201F

Text Example


Text Example

White with #97201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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