Html Css Color HEX #982015 Mandarian Orange

📋 copy color: '#982015'

red 152 ◦ green 32 ◦ blue 21

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

Shades of Mandarian Orange #982015

Tints of Mandarian Orange #982015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 74.15%
G = 15.61%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#982015 (or 0x982015) is known color: Mandarian Orange. HEX triplet: 98, 20 and 15. RGB value is (152,32,21). Sum of RGB (Red+Green+Blue) = 152+32+21=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #982015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982015 is #67DFEA. Grayscale: #424242. Windows color (decimal): -6807531 or 1384600. OLE color: 1384600.

HSL color Cylindrical-coordinate representation of color #982015: hue angle of 5.04º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #982015 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 21 -
CMYK 0 0.79 0.86 0.40
HSL 5.04º 0.76% 0.34% -
HSV(B) 5.04º 0.86% 0.6% -
XYZ 13.6 7.76 1.49 -
YUV 66.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 152 32 21 0 0.79 0.86 0.40 5.04 0.76 0.34
Hex 98 20 15 0 4F 56 28 5 4C 22
Octal 230 40 25 0 117 126 50 5 114 42
Binary 10011000 100000 10101 0 1001111 1010110 101000 101 1001100 100010

Color Harmonies of #982015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982015

Black with #982015

Text Example


Text Example

White with #982015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982015; }

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

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

background-color css

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

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

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

border-color css

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

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

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