Html Css Color HEX #982715 Mandarian Orange

📋 copy color: '#982715'

red 152 ◦ green 39 ◦ blue 21

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

Shades of Mandarian Orange #982715

Tints of Mandarian Orange #982715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 71.7%
G = 18.4%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#982715 (or 0x982715) is known color: Mandarian Orange. HEX triplet: 98, 27 and 15. RGB value is (152,39,21). Sum of RGB (Red+Green+Blue) = 152+39+21=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #982715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982715 is #67D8EA. Grayscale: #464646. Windows color (decimal): -6805739 or 1386392. OLE color: 1386392.

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

Color convert

RGB 152 39 21 -
CMYK 0 0.74 0.86 0.40
HSL 8.24º 0.76% 0.34% -
HSV(B) 8.24º 0.86% 0.6% -
XYZ 13.81 8.18 1.56 -
YUV 70.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 152 39 21 0 0.74 0.86 0.40 8.24 0.76 0.34
Hex 98 27 15 0 4A 56 28 8 4C 22
Octal 230 47 25 0 112 126 50 10 114 42
Binary 10011000 100111 10101 0 1001010 1010110 101000 1000 1001100 100010

Color Harmonies of #982715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982715

Black with #982715

Text Example


Text Example

White with #982715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982715; }

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

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

background-color css

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

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

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

border-color css

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

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

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