Html Css Color HEX #981D1D Mandarian Orange

📋 copy color: '#981D1D'

red 152 ◦ green 29 ◦ blue 29

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

Shades of Mandarian Orange #981D1D

Tints of Mandarian Orange #981D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.81%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 72.38%
G = 13.81%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#981D1D (or 0x981D1D) is known color: Mandarian Orange. HEX triplet: 98, 1D and 1D. RGB value is (152,29,29). Sum of RGB (Red+Green+Blue) = 152+29+29=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #981D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D1D is #67E2E2. Grayscale: #414141. Windows color (decimal): -6808291 or 1908120. OLE color: 1908120.

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

Color convert

RGB 152 29 29 -
CMYK 0 0.81 0.81 0.40
HSL 0.68% 0.35% -
HSV(B) 0.81% 0.6% -
XYZ 13.61 7.64 1.92 -
YUV 65.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 152 29 29 0 0.81 0.81 0.40 0 0.68 0.35
Hex 98 1D 1D 0 51 51 28 0 44 23
Octal 230 35 35 0 121 121 50 0 104 43
Binary 10011000 11101 11101 0 1010001 1010001 101000 0 1000100 100011

Color Harmonies of #981D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D1D

Black with #981D1D

Text Example


Text Example

White with #981D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,29,29); }

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

background-color css

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

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

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

border-color css

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

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

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