Html Css Color HEX #98231C Mandarian Orange

📋 copy color: '#98231C'

red 152 ◦ green 35 ◦ blue 28

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

Shades of Mandarian Orange #98231C

Tints of Mandarian Orange #98231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 70.7%
G = 16.28%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98231C (or 0x98231C) is known color: Mandarian Orange. HEX triplet: 98, 23 and 1C. RGB value is (152,35,28). Sum of RGB (Red+Green+Blue) = 152+35+28=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98231C is #67DCE3. Grayscale: #454545. Windows color (decimal): -6806756 or 1844120. OLE color: 1844120.

HSL color Cylindrical-coordinate representation of color #98231C: hue angle of 3.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98231C is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 28 -
CMYK 0 0.77 0.82 0.40
HSL 3.39º 0.69% 0.35% -
HSV(B) 3.39º 0.82% 0.6% -
XYZ 13.76 7.96 1.91 -
YUV 69.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 152 35 28 0 0.77 0.82 0.40 3.39 0.69 0.35
Hex 98 23 1C 0 4D 52 28 3 45 23
Octal 230 43 34 0 115 122 50 3 105 43
Binary 10011000 100011 11100 0 1001101 1010010 101000 11 1000101 100011

Color Harmonies of #98231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98231C

Black with #98231C

Text Example


Text Example

White with #98231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98231C; }

 p { color: rgb(152,35,28); }

 H1.HeaderClassName
 {
   color: #98231C;
 }
 .AnyTagClassName
 {
   color: #98231C;
 }
</style>

background-color css

<style>
 a { background-color: #98231C; }

 a { background-color: rgb(152,35,28); }

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

border-color css

<style>
 span { border-color: #98231C; }

 span { border-color: rgb(152,35,28); }

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