Html Css Color HEX #982215 Mandarian Orange

📋 copy color: '#982215'

red 152 ◦ green 34 ◦ blue 21

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

Shades of Mandarian Orange #982215

Tints of Mandarian Orange #982215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

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

R = 73.43%
G = 16.43%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#982215 (or 0x982215) is known color: Mandarian Orange. HEX triplet: 98, 22 and 15. RGB value is (152,34,21). Sum of RGB (Red+Green+Blue) = 152+34+21=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982215 is #67DDEA. Grayscale: #434343. Windows color (decimal): -6807019 or 1385112. OLE color: 1385112.

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

Color convert

RGB 152 34 21 -
CMYK 0 0.78 0.86 0.40
HSL 5.95º 0.76% 0.34% -
HSV(B) 5.95º 0.86% 0.6% -
XYZ 13.66 7.87 1.51 -
YUV 67.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 152 34 21 0 0.78 0.86 0.40 5.95 0.76 0.34
Hex 98 22 15 0 4E 56 28 6 4C 22
Octal 230 42 25 0 116 126 50 6 114 42
Binary 10011000 100010 10101 0 1001110 1010110 101000 110 1001100 100010

Color Harmonies of #982215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982215

Black with #982215

Text Example


Text Example

White with #982215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982215; }

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

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

background-color css

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

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

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

border-color css

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

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

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