Html Css Color HEX #981E1B Mandarian Orange

📋 copy color: '#981E1B'

red 152 ◦ green 30 ◦ blue 27

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

Shades of Mandarian Orange #981E1B

Tints of Mandarian Orange #981E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 72.73%
G = 14.35%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#981E1B (or 0x981E1B) is known color: Mandarian Orange. HEX triplet: 98, 1E and 1B. RGB value is (152,30,27). Sum of RGB (Red+Green+Blue) = 152+30+27=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #981E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E1B is #67E1E4. Grayscale: #424242. Windows color (decimal): -6808037 or 1777304. OLE color: 1777304.

HSL color Cylindrical-coordinate representation of color #981E1B: hue angle of 1.44º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981E1B is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 27 -
CMYK 0 0.80 0.82 0.40
HSL 1.44º 0.7% 0.35% -
HSV(B) 1.44º 0.82% 0.6% -
XYZ 13.61 7.68 1.8 -
YUV 66.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 152 30 27 0 0.80 0.82 0.40 1.44 0.7 0.35
Hex 98 1E 1B 0 50 52 28 1 46 23
Octal 230 36 33 0 120 122 50 1 106 43
Binary 10011000 11110 11011 0 1010000 1010010 101000 1 1000110 100011

Color Harmonies of #981E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E1B

Black with #981E1B

Text Example


Text Example

White with #981E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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