Html Css Color HEX #981D0C Mandarian Orange

📋 copy color: '#981D0C'

red 152 ◦ green 29 ◦ blue 12

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

Shades of Mandarian Orange #981D0C

Tints of Mandarian Orange #981D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 78.76%
G = 15.03%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#981D0C (or 0x981D0C) is known color: Mandarian Orange. HEX triplet: 98, 1D and 0C. RGB value is (152,29,12). Sum of RGB (Red+Green+Blue) = 152+29+12=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #981D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D0C is #67E2F3. Grayscale: #404040. Windows color (decimal): -6808308 or 794008. OLE color: 794008.

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

Color convert

RGB 152 29 12 -
CMYK 0 0.81 0.92 0.40
HSL 7.29º 0.85% 0.32% -
HSV(B) 7.29º 0.92% 0.6% -
XYZ 13.45 7.58 1.1 -
YUV 63.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 152 29 12 0 0.81 0.92 0.40 7.29 0.85 0.32
Hex 98 1D C 0 51 5C 28 7 55 20
Octal 230 35 14 0 121 134 50 7 125 40
Binary 10011000 11101 1100 0 1010001 1011100 101000 111 1010101 100000

Color Harmonies of #981D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D0C

Black with #981D0C

Text Example


Text Example

White with #981D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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