Html Css Color HEX #97210D Mandarian Orange

📋 copy color: '#97210D'

red 151 ◦ green 33 ◦ blue 13

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

Shades of Mandarian Orange #97210D

Tints of Mandarian Orange #97210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 76.65%
G = 16.75%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97210D (or 0x97210D) is known color: Mandarian Orange. HEX triplet: 97, 21 and 0D. RGB value is (151,33,13). Sum of RGB (Red+Green+Blue) = 151+33+13=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #97210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97210D is #68DEF2. Grayscale: #424242. Windows color (decimal): -6872819 or 860567. OLE color: 860567.

HSL color Cylindrical-coordinate representation of color #97210D: hue angle of 8.7º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97210D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 33 13 -
CMYK 0 0.78 0.91 0.41
HSL 8.7º 0.84% 0.32% -
HSV(B) 8.7º 0.91% 0.59% -
XYZ 13.38 7.7 1.16 -
YUV 66 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 151 33 13 0 0.78 0.91 0.41 8.7 0.84 0.32
Hex 97 21 D 0 4E 5B 29 9 54 20
Octal 227 41 15 0 116 133 51 11 124 40
Binary 10010111 100001 1101 0 1001110 1011011 101001 1001 1010100 100000

Color Harmonies of #97210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97210D

Black with #97210D

Text Example


Text Example

White with #97210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97210D; }

 p { color: rgb(151,33,13); }

 H1.HeaderClassName
 {
   color: #97210D;
 }
 .AnyTagClassName
 {
   color: #97210D;
 }
</style>

background-color css

<style>
 a { background-color: #97210D; }

 a { background-color: rgb(151,33,13); }

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

border-color css

<style>
 span { border-color: #97210D; }

 span { border-color: rgb(151,33,13); }

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