Html Css Color HEX #97200F Mandarian Orange

📋 copy color: '#97200F'

red 151 ◦ green 32 ◦ blue 15

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

Shades of Mandarian Orange #97200F

Tints of Mandarian Orange #97200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 76.26%
G = 16.16%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97200F (or 0x97200F) is known color: Mandarian Orange. HEX triplet: 97, 20 and 0F. RGB value is (151,32,15). Sum of RGB (Red+Green+Blue) = 151+32+15=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #97200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97200F is #68DFF0. Grayscale: #414141. Windows color (decimal): -6873073 or 991383. OLE color: 991383.

HSL color Cylindrical-coordinate representation of color #97200F: hue angle of 7.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97200F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 15 -
CMYK 0 0.79 0.90 0.41
HSL 7.5º 0.82% 0.33% -
HSV(B) 7.5º 0.9% 0.59% -
XYZ 13.37 7.65 1.22 -
YUV 65.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 151 32 15 0 0.79 0.90 0.41 7.5 0.82 0.33
Hex 97 20 F 0 4F 5A 29 8 52 21
Octal 227 40 17 0 117 132 51 10 122 41
Binary 10010111 100000 1111 0 1001111 1011010 101001 1000 1010010 100001

Color Harmonies of #97200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97200F

Black with #97200F

Text Example


Text Example

White with #97200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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