Html Css Color HEX #982914 Mandarian Orange

📋 copy color: '#982914'

red 152 ◦ green 41 ◦ blue 20

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

Shades of Mandarian Orange #982914

Tints of Mandarian Orange #982914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

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

R = 71.36%
G = 19.25%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#982914 (or 0x982914) is known color: Mandarian Orange. HEX triplet: 98, 29 and 14. RGB value is (152,41,20). Sum of RGB (Red+Green+Blue) = 152+41+20=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #982914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982914 is #67D6EB. Grayscale: #474747. Windows color (decimal): -6805228 or 1321368. OLE color: 1321368.

HSL color Cylindrical-coordinate representation of color #982914: hue angle of 9.55º 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 #982914 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 20 -
CMYK 0 0.73 0.87 0.40
HSL 9.55º 0.77% 0.34% -
HSV(B) 9.55º 0.87% 0.6% -
XYZ 13.87 8.31 1.54 -
YUV 71.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 152 41 20 0 0.73 0.87 0.40 9.55 0.77 0.34
Hex 98 29 14 0 49 57 28 A 4D 22
Octal 230 51 24 0 111 127 50 12 115 42
Binary 10011000 101001 10100 0 1001001 1010111 101000 1010 1001101 100010

Color Harmonies of #982914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982914

Black with #982914

Text Example


Text Example

White with #982914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982914; }

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

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

background-color css

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

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

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

border-color css

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

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

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