Html Css Color HEX #98241B Mandarian Orange

📋 copy color: '#98241B'

red 152 ◦ green 36 ◦ blue 27

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

Shades of Mandarian Orange #98241B

Tints of Mandarian Orange #98241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 70.7%
G = 16.74%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98241B (or 0x98241B) is known color: Mandarian Orange. HEX triplet: 98, 24 and 1B. RGB value is (152,36,27). Sum of RGB (Red+Green+Blue) = 152+36+27=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98241B is #67DBE4. Grayscale: #454545. Windows color (decimal): -6806501 or 1778840. OLE color: 1778840.

HSL color Cylindrical-coordinate representation of color #98241B: hue angle of 4.32º degrees, saturation: 0.7, 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 #98241B is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 36 27 -
CMYK 0 0.76 0.82 0.40
HSL 4.32º 0.7% 0.35% -
HSV(B) 4.32º 0.82% 0.6% -
XYZ 13.78 8.02 1.86 -
YUV 69.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 152 36 27 0 0.76 0.82 0.40 4.32 0.7 0.35
Hex 98 24 1B 0 4C 52 28 4 46 23
Octal 230 44 33 0 114 122 50 4 106 43
Binary 10011000 100100 11011 0 1001100 1010010 101000 100 1000110 100011

Color Harmonies of #98241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98241B

Black with #98241B

Text Example


Text Example

White with #98241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98241B; }

 p { color: rgb(152,36,27); }

 H1.HeaderClassName
 {
   color: #98241B;
 }
 .AnyTagClassName
 {
   color: #98241B;
 }
</style>

background-color css

<style>
 a { background-color: #98241B; }

 a { background-color: rgb(152,36,27); }

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

border-color css

<style>
 span { border-color: #98241B; }

 span { border-color: rgb(152,36,27); }

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