Html Css Color HEX #97200A Mandarian Orange

📋 copy color: '#97200A'

red 151 ◦ green 32 ◦ blue 10

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

Shades of Mandarian Orange #97200A

Tints of Mandarian Orange #97200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.18%

R = 78.24%
G = 16.58%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97200A (or 0x97200A) is known color: Mandarian Orange. HEX triplet: 97, 20 and 0A. RGB value is (151,32,10). Sum of RGB (Red+Green+Blue) = 151+32+10=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #97200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97200A is #68DFF5. Grayscale: #414141. Windows color (decimal): -6873078 or 663703. OLE color: 663703.

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

Color convert

RGB 151 32 10 -
CMYK 0 0.79 0.93 0.41
HSL 9.36º 0.88% 0.32% -
HSV(B) 9.36º 0.93% 0.59% -
XYZ 13.33 7.63 1.06 -
YUV 65.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 151 32 10 0 0.79 0.93 0.41 9.36 0.88 0.32
Hex 97 20 A 0 4F 5D 29 9 58 20
Octal 227 40 12 0 117 135 51 11 130 40
Binary 10010111 100000 1010 0 1001111 1011101 101001 1001 1011000 100000

Color Harmonies of #97200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97200A

Black with #97200A

Text Example


Text Example

White with #97200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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