Html Css Color HEX #97201C Mandarian Orange

📋 copy color: '#97201C'

red 151 ◦ green 32 ◦ blue 28

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

Shades of Mandarian Orange #97201C

Tints of Mandarian Orange #97201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 71.56%
G = 15.17%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97201C (or 0x97201C) is known color: Mandarian Orange. HEX triplet: 97, 20 and 1C. RGB value is (151,32,28). Sum of RGB (Red+Green+Blue) = 151+32+28=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #97201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97201C is #68DFE3. Grayscale: #434343. Windows color (decimal): -6873060 or 1843351. OLE color: 1843351.

HSL color Cylindrical-coordinate representation of color #97201C: hue angle of 1.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97201C is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 28 -
CMYK 0 0.79 0.81 0.41
HSL 1.95º 0.69% 0.35% -
HSV(B) 1.95º 0.81% 0.59% -
XYZ 13.49 7.7 1.87 -
YUV 67.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 151 32 28 0 0.79 0.81 0.41 1.95 0.69 0.35
Hex 97 20 1C 0 4F 51 29 2 45 23
Octal 227 40 34 0 117 121 51 2 105 43
Binary 10010111 100000 11100 0 1001111 1010001 101001 10 1000101 100011

Color Harmonies of #97201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97201C

Black with #97201C

Text Example


Text Example

White with #97201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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