Html Css Color HEX #982820 Mandarian Orange

📋 copy color: '#982820'

red 152 ◦ green 40 ◦ blue 32

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

Shades of Mandarian Orange #982820

Tints of Mandarian Orange #982820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 67.86%
G = 17.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#982820 (or 0x982820) is known color: Mandarian Orange. HEX triplet: 98, 28 and 20. RGB value is (152,40,32). Sum of RGB (Red+Green+Blue) = 152+40+32=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #982820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982820 is #67D7DF. Grayscale: #484848. Windows color (decimal): -6805472 or 2107544. OLE color: 2107544.

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

Color convert

RGB 152 40 32 -
CMYK 0 0.74 0.79 0.40
HSL 0.65% 0.36% -
HSV(B) 0.79% 0.6% -
XYZ 13.97 8.3 2.23 -
YUV 72.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 152 40 32 0 0.74 0.79 0.40 4 0.65 0.36
Hex 98 28 20 0 4A 4F 28 4 41 24
Octal 230 50 40 0 112 117 50 4 101 44
Binary 10011000 101000 100000 0 1001010 1001111 101000 100 1000001 100100

Color Harmonies of #982820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982820

Black with #982820

Text Example


Text Example

White with #982820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982820; }

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

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

background-color css

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

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

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

border-color css

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

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

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