Html Css Color HEX #97220B Mandarian Orange

📋 copy color: '#97220B'

red 151 ◦ green 34 ◦ blue 11

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

Shades of Mandarian Orange #97220B

Tints of Mandarian Orange #97220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 77.04%
G = 17.35%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97220B (or 0x97220B) is known color: Mandarian Orange. HEX triplet: 97, 22 and 0B. RGB value is (151,34,11). Sum of RGB (Red+Green+Blue) = 151+34+11=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #97220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97220B is #68DDF4. Grayscale: #424242. Windows color (decimal): -6872565 or 729751. OLE color: 729751.

HSL color Cylindrical-coordinate representation of color #97220B: hue angle of 9.86º degrees, saturation: 0.86, 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 #97220B is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 34 11 -
CMYK 0 0.77 0.93 0.41
HSL 9.86º 0.86% 0.32% -
HSV(B) 9.86º 0.93% 0.59% -
XYZ 13.39 7.75 1.11 -
YUV 66.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 151 34 11 0 0.77 0.93 0.41 9.86 0.86 0.32
Hex 97 22 B 0 4D 5D 29 A 56 20
Octal 227 42 13 0 115 135 51 12 126 40
Binary 10010111 100010 1011 0 1001101 1011101 101001 1010 1010110 100000

Color Harmonies of #97220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97220B

Black with #97220B

Text Example


Text Example

White with #97220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97220B; }

 p { color: rgb(151,34,11); }

 H1.HeaderClassName
 {
   color: #97220B;
 }
 .AnyTagClassName
 {
   color: #97220B;
 }
</style>

background-color css

<style>
 a { background-color: #97220B; }

 a { background-color: rgb(151,34,11); }

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

border-color css

<style>
 span { border-color: #97220B; }

 span { border-color: rgb(151,34,11); }

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