Html Css Color HEX #982114 Mandarian Orange

📋 copy color: '#982114'

red 152 ◦ green 33 ◦ blue 20

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

Shades of Mandarian Orange #982114

Tints of Mandarian Orange #982114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

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

R = 74.15%
G = 16.1%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#982114 (or 0x982114) is known color: Mandarian Orange. HEX triplet: 98, 21 and 14. RGB value is (152,33,20). Sum of RGB (Red+Green+Blue) = 152+33+20=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #982114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982114 is #67DEEB. Grayscale: #434343. Windows color (decimal): -6807276 or 1319320. OLE color: 1319320.

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

Color convert

RGB 152 33 20 -
CMYK 0 0.78 0.87 0.40
HSL 5.91º 0.77% 0.34% -
HSV(B) 5.91º 0.87% 0.6% -
XYZ 13.62 7.81 1.45 -
YUV 67.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 152 33 20 0 0.78 0.87 0.40 5.91 0.77 0.34
Hex 98 21 14 0 4E 57 28 6 4D 22
Octal 230 41 24 0 116 127 50 6 115 42
Binary 10011000 100001 10100 0 1001110 1010111 101000 110 1001101 100010

Color Harmonies of #982114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982114

Black with #982114

Text Example


Text Example

White with #982114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982114; }

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

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

background-color css

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

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

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

border-color css

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

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

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