Html Css Color HEX #982810 Mandarian Orange

📋 copy color: '#982810'

red 152 ◦ green 40 ◦ blue 16

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

Shades of Mandarian Orange #982810

Tints of Mandarian Orange #982810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 73.08%
G = 19.23%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#982810 (or 0x982810) is known color: Mandarian Orange. HEX triplet: 98, 28 and 10. RGB value is (152,40,16). Sum of RGB (Red+Green+Blue) = 152+40+16=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #982810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982810 is #67D7EF. Grayscale: #464646. Windows color (decimal): -6805488 or 1058968. OLE color: 1058968.

HSL color Cylindrical-coordinate representation of color #982810: hue angle of 10.59º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #982810 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 16 -
CMYK 0 0.74 0.89 0.40
HSL 10.59º 0.81% 0.33% -
HSV(B) 10.59º 0.89% 0.6% -
XYZ 13.8 8.23 1.35 -
YUV 70.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 152 40 16 0 0.74 0.89 0.40 10.59 0.81 0.33
Hex 98 28 10 0 4A 59 28 B 51 21
Octal 230 50 20 0 112 131 50 13 121 41
Binary 10011000 101000 10000 0 1001010 1011001 101000 1011 1010001 100001

Color Harmonies of #982810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982810

Black with #982810

Text Example


Text Example

White with #982810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982810; }

 p { color: rgb(152,40,16); }

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

background-color css

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

 a { background-color: rgb(152,40,16); }

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

border-color css

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

 span { border-color: rgb(152,40,16); }

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