Html Css Color HEX #98220D Mandarian Orange

📋 copy color: '#98220D'

red 152 ◦ green 34 ◦ blue 13

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

Shades of Mandarian Orange #98220D

Tints of Mandarian Orange #98220D

RGB

 RED value IS 152 (59.77% from 255) = 76.38%

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

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

R = 76.38%
G = 17.09%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98220D (or 0x98220D) is known color: Mandarian Orange. HEX triplet: 98, 22 and 0D. RGB value is (152,34,13). Sum of RGB (Red+Green+Blue) = 152+34+13=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #98220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98220D is #67DDF2. Grayscale: #434343. Windows color (decimal): -6807027 or 860824. OLE color: 860824.

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

Color convert

RGB 152 34 13 -
CMYK 0 0.78 0.91 0.40
HSL 9.06º 0.84% 0.32% -
HSV(B) 9.06º 0.91% 0.6% -
XYZ 13.59 7.85 1.18 -
YUV 66.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 152 34 13 0 0.78 0.91 0.40 9.06 0.84 0.32
Hex 98 22 D 0 4E 5B 28 9 54 20
Octal 230 42 15 0 116 133 50 11 124 40
Binary 10011000 100010 1101 0 1001110 1011011 101000 1001 1010100 100000

Color Harmonies of #98220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98220D

Black with #98220D

Text Example


Text Example

White with #98220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,34,13); }

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

background-color css

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

 a { background-color: rgb(152,34,13); }

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

border-color css

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

 span { border-color: rgb(152,34,13); }

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