Html Css Color HEX #98200D Mandarian Orange

📋 copy color: '#98200D'

red 152 ◦ green 32 ◦ blue 13

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

Shades of Mandarian Orange #98200D

Tints of Mandarian Orange #98200D

RGB

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

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

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

R = 77.16%
G = 16.24%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98200D (or 0x98200D) is known color: Mandarian Orange. HEX triplet: 98, 20 and 0D. RGB value is (152,32,13). Sum of RGB (Red+Green+Blue) = 152+32+13=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #98200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98200D is #67DFF2. Grayscale: #414141. Windows color (decimal): -6807539 or 860312. OLE color: 860312.

HSL color Cylindrical-coordinate representation of color #98200D: hue angle of 8.2º 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 #98200D is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 13 -
CMYK 0 0.79 0.91 0.40
HSL 8.2º 0.84% 0.32% -
HSV(B) 8.2º 0.91% 0.6% -
XYZ 13.54 7.74 1.16 -
YUV 65.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 152 32 13 0 0.79 0.91 0.40 8.2 0.84 0.32
Hex 98 20 D 0 4F 5B 28 8 54 20
Octal 230 40 15 0 117 133 50 10 124 40
Binary 10011000 100000 1101 0 1001111 1011011 101000 1000 1010100 100000

Color Harmonies of #98200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98200D

Black with #98200D

Text Example


Text Example

White with #98200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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