Html Css Color HEX #98211A Mandarian Orange

📋 copy color: '#98211A'

red 152 ◦ green 33 ◦ blue 26

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

Shades of Mandarian Orange #98211A

Tints of Mandarian Orange #98211A

RGB

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

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

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

R = 72.04%
G = 15.64%
B = 12.32%

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

#98211A (or 0x98211A) is known color: Mandarian Orange. HEX triplet: 98, 21 and 1A. RGB value is (152,33,26). Sum of RGB (Red+Green+Blue) = 152+33+26=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #98211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98211A is #67DEE5. Grayscale: #434343. Windows color (decimal): -6807270 or 1712536. OLE color: 1712536.

HSL color Cylindrical-coordinate representation of color #98211A: hue angle of 3.33º 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 #98211A is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 26 -
CMYK 0 0.78 0.83 0.40
HSL 3.33º 0.71% 0.35% -
HSV(B) 3.33º 0.83% 0.6% -
XYZ 13.68 7.84 1.77 -
YUV 67.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 152 33 26 0 0.78 0.83 0.40 3.33 0.71 0.35
Hex 98 21 1A 0 4E 53 28 3 47 23
Octal 230 41 32 0 116 123 50 3 107 43
Binary 10011000 100001 11010 0 1001110 1010011 101000 11 1000111 100011

Color Harmonies of #98211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98211A

Black with #98211A

Text Example


Text Example

White with #98211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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