Html Css Color HEX #98221A Mandarian Orange

📋 copy color: '#98221A'

red 152 ◦ green 34 ◦ blue 26

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

Shades of Mandarian Orange #98221A

Tints of Mandarian Orange #98221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.26%

R = 71.7%
G = 16.04%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98221A (or 0x98221A) is known color: Mandarian Orange. HEX triplet: 98, 22 and 1A. RGB value is (152,34,26). Sum of RGB (Red+Green+Blue) = 152+34+26=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #98221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98221A is #67DDE5. Grayscale: #444444. Windows color (decimal): -6807014 or 1712792. OLE color: 1712792.

HSL color Cylindrical-coordinate representation of color #98221A: hue angle of 3.81º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98221A is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 26 -
CMYK 0 0.78 0.83 0.40
HSL 3.81º 0.71% 0.35% -
HSV(B) 3.81º 0.83% 0.6% -
XYZ 13.71 7.89 1.78 -
YUV 68.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 152 34 26 0 0.78 0.83 0.40 3.81 0.71 0.35
Hex 98 22 1A 0 4E 53 28 4 47 23
Octal 230 42 32 0 116 123 50 4 107 43
Binary 10011000 100010 11010 0 1001110 1010011 101000 100 1000111 100011

Color Harmonies of #98221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98221A

Black with #98221A

Text Example


Text Example

White with #98221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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