Html Css Color HEX #981D0D Mandarian Orange

📋 copy color: '#981D0D'

red 152 ◦ green 29 ◦ blue 13

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

Shades of Mandarian Orange #981D0D

Tints of Mandarian Orange #981D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 78.35%
G = 14.95%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#981D0D (or 0x981D0D) is known color: Mandarian Orange. HEX triplet: 98, 1D and 0D. RGB value is (152,29,13). Sum of RGB (Red+Green+Blue) = 152+29+13=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #981D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D0D is #67E2F2. Grayscale: #404040. Windows color (decimal): -6808307 or 859544. OLE color: 859544.

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

Color convert

RGB 152 29 13 -
CMYK 0 0.81 0.91 0.40
HSL 6.91º 0.84% 0.32% -
HSV(B) 6.91º 0.91% 0.6% -
XYZ 13.46 7.58 1.14 -
YUV 63.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 152 29 13 0 0.81 0.91 0.40 6.91 0.84 0.32
Hex 98 1D D 0 51 5B 28 7 54 20
Octal 230 35 15 0 121 133 50 7 124 40
Binary 10011000 11101 1101 0 1010001 1011011 101000 111 1010100 100000

Color Harmonies of #981D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D0D

Black with #981D0D

Text Example


Text Example

White with #981D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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