Html Css Color HEX #97200C Mandarian Orange

📋 copy color: '#97200C'

red 151 ◦ green 32 ◦ blue 12

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

Shades of Mandarian Orange #97200C

Tints of Mandarian Orange #97200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 77.44%
G = 16.41%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97200C (or 0x97200C) is known color: Mandarian Orange. HEX triplet: 97, 20 and 0C. RGB value is (151,32,12). Sum of RGB (Red+Green+Blue) = 151+32+12=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #97200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97200C is #68DFF3. Grayscale: #414141. Windows color (decimal): -6873076 or 794775. OLE color: 794775.

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

Color convert

RGB 151 32 12 -
CMYK 0 0.79 0.92 0.41
HSL 8.63º 0.85% 0.32% -
HSV(B) 8.63º 0.92% 0.59% -
XYZ 13.35 7.64 1.12 -
YUV 65.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 151 32 12 0 0.79 0.92 0.41 8.63 0.85 0.32
Hex 97 20 C 0 4F 5C 29 9 55 20
Octal 227 40 14 0 117 134 51 11 125 40
Binary 10010111 100000 1100 0 1001111 1011100 101001 1001 1010101 100000

Color Harmonies of #97200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97200C

Black with #97200C

Text Example


Text Example

White with #97200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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