Html Css Color HEX #982A1A Mandarian Orange

📋 copy color: '#982A1A'

red 152 ◦ green 42 ◦ blue 26

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

Shades of Mandarian Orange #982A1A

Tints of Mandarian Orange #982A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 69.09%
G = 19.09%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#982A1A (or 0x982A1A) is known color: Mandarian Orange. HEX triplet: 98, 2A and 1A. RGB value is (152,42,26). Sum of RGB (Red+Green+Blue) = 152+42+26=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #982A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A1A is #67D5E5. Grayscale: #494949. Windows color (decimal): -6804966 or 1714840. OLE color: 1714840.

HSL color Cylindrical-coordinate representation of color #982A1A: hue angle of 7.62º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #982A1A is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 42 26 -
CMYK 0 0.72 0.83 0.40
HSL 7.62º 0.71% 0.35% -
HSV(B) 7.62º 0.83% 0.6% -
XYZ 13.96 8.41 1.86 -
YUV 73.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 152 42 26 0 0.72 0.83 0.40 7.62 0.71 0.35
Hex 98 2A 1A 0 48 53 28 8 47 23
Octal 230 52 32 0 110 123 50 10 107 43
Binary 10011000 101010 11010 0 1001000 1010011 101000 1000 1000111 100011

Color Harmonies of #982A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A1A

Black with #982A1A

Text Example


Text Example

White with #982A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982A1A; }

 p { color: rgb(152,42,26); }

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

background-color css

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

 a { background-color: rgb(152,42,26); }

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

border-color css

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

 span { border-color: rgb(152,42,26); }

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