Html Css Color HEX #98201D Mandarian Orange

📋 copy color: '#98201D'

red 152 ◦ green 32 ◦ blue 29

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

Shades of Mandarian Orange #98201D

Tints of Mandarian Orange #98201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 71.36%
G = 15.02%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98201D (or 0x98201D) is known color: Mandarian Orange. HEX triplet: 98, 20 and 1D. RGB value is (152,32,29). Sum of RGB (Red+Green+Blue) = 152+32+29=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #98201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98201D is #67DFE2. Grayscale: #434343. Windows color (decimal): -6807523 or 1908888. OLE color: 1908888.

HSL color Cylindrical-coordinate representation of color #98201D: hue angle of 1.46º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98201D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 29 -
CMYK 0 0.79 0.81 0.40
HSL 1.46º 0.68% 0.35% -
HSV(B) 1.46º 0.81% 0.6% -
XYZ 13.69 7.8 1.95 -
YUV 67.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 152 32 29 0 0.79 0.81 0.40 1.46 0.68 0.35
Hex 98 20 1D 0 4F 51 28 1 44 23
Octal 230 40 35 0 117 121 50 1 104 43
Binary 10011000 100000 11101 0 1001111 1010001 101000 1 1000100 100011

Color Harmonies of #98201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98201D

Black with #98201D

Text Example


Text Example

White with #98201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,32,29); }

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

background-color css

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

 a { background-color: rgb(152,32,29); }

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

border-color css

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

 span { border-color: rgb(152,32,29); }

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