Html Css Color HEX #981E1A Mandarian Orange

📋 copy color: '#981E1A'

red 152 ◦ green 30 ◦ blue 26

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

Shades of Mandarian Orange #981E1A

Tints of Mandarian Orange #981E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

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

R = 73.08%
G = 14.42%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#981E1A (or 0x981E1A) is known color: Mandarian Orange. HEX triplet: 98, 1E and 1A. RGB value is (152,30,26). Sum of RGB (Red+Green+Blue) = 152+30+26=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #981E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E1A is #67E1E5. Grayscale: #424242. Windows color (decimal): -6808038 or 1711768. OLE color: 1711768.

HSL color Cylindrical-coordinate representation of color #981E1A: hue angle of 1.9º 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 #981E1A is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 26 -
CMYK 0 0.80 0.83 0.40
HSL 1.9º 0.71% 0.35% -
HSV(B) 1.9º 0.83% 0.6% -
XYZ 13.6 7.68 1.74 -
YUV 66.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 152 30 26 0 0.80 0.83 0.40 1.9 0.71 0.35
Hex 98 1E 1A 0 50 53 28 2 47 23
Octal 230 36 32 0 120 123 50 2 107 43
Binary 10011000 11110 11010 0 1010000 1010011 101000 10 1000111 100011

Color Harmonies of #981E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E1A

Black with #981E1A

Text Example


Text Example

White with #981E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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