Html Css Color HEX #981F15 Mandarian Orange

📋 copy color: '#981F15'

red 152 ◦ green 31 ◦ blue 21

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

Shades of Mandarian Orange #981F15

Tints of Mandarian Orange #981F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.2%

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

R = 74.51%
G = 15.2%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#981F15 (or 0x981F15) is known color: Mandarian Orange. HEX triplet: 98, 1F and 15. RGB value is (152,31,21). Sum of RGB (Red+Green+Blue) = 152+31+21=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #981F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981F15 is #67E0EA. Grayscale: #424242. Windows color (decimal): -6807787 or 1384344. OLE color: 1384344.

HSL color Cylindrical-coordinate representation of color #981F15: hue angle of 4.58º 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 #981F15 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 31 21 -
CMYK 0 0.80 0.86 0.40
HSL 4.58º 0.76% 0.34% -
HSV(B) 4.58º 0.86% 0.6% -
XYZ 13.57 7.71 1.48 -
YUV 66.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 152 31 21 0 0.80 0.86 0.40 4.58 0.76 0.34
Hex 98 1F 15 0 50 56 28 5 4C 22
Octal 230 37 25 0 120 126 50 5 114 42
Binary 10011000 11111 10101 0 1010000 1010110 101000 101 1001100 100010

Color Harmonies of #981F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F15

Black with #981F15

Text Example


Text Example

White with #981F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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