Html Css Color HEX #981714 Mandarian Orange

📋 copy color: '#981714'

red 152 ◦ green 23 ◦ blue 20

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

Shades of Mandarian Orange #981714

Tints of Mandarian Orange #981714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 77.95%
G = 11.79%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981714 (or 0x981714) is known color: Mandarian Orange. HEX triplet: 98, 17 and 14. RGB value is (152,23,20). Sum of RGB (Red+Green+Blue) = 152+23+20=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #981714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981714 is #67E8EB. Grayscale: #3D3D3D. Windows color (decimal): -6809836 or 1316760. OLE color: 1316760.

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

Color convert

RGB 152 23 20 -
CMYK 0 0.85 0.87 0.40
HSL 1.36º 0.77% 0.34% -
HSV(B) 1.36º 0.87% 0.6% -
XYZ 13.38 7.34 1.37 -
YUV 61.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 152 23 20 0 0.85 0.87 0.40 1.36 0.77 0.34
Hex 98 17 14 0 55 57 28 1 4D 22
Octal 230 27 24 0 125 127 50 1 115 42
Binary 10011000 10111 10100 0 1010101 1010111 101000 1 1001101 100010

Color Harmonies of #981714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981714

Black with #981714

Text Example


Text Example

White with #981714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981714; }

 p { color: rgb(152,23,20); }

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

background-color css

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

 a { background-color: rgb(152,23,20); }

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

border-color css

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

 span { border-color: rgb(152,23,20); }

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