Html Css Color HEX #981F0C Mandarian Orange

📋 copy color: '#981F0C'

red 152 ◦ green 31 ◦ blue 12

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

Shades of Mandarian Orange #981F0C

Tints of Mandarian Orange #981F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.9%

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

R = 77.95%
G = 15.9%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#981F0C (or 0x981F0C) is known color: Mandarian Orange. HEX triplet: 98, 1F and 0C. RGB value is (152,31,12). Sum of RGB (Red+Green+Blue) = 152+31+12=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #981F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981F0C is #67E0F3. Grayscale: #414141. Windows color (decimal): -6807796 or 794520. OLE color: 794520.

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

Color convert

RGB 152 31 12 -
CMYK 0 0.80 0.92 0.40
HSL 8.14º 0.85% 0.32% -
HSV(B) 8.14º 0.92% 0.6% -
XYZ 13.51 7.68 1.12 -
YUV 65.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 152 31 12 0 0.80 0.92 0.40 8.14 0.85 0.32
Hex 98 1F C 0 50 5C 28 8 55 20
Octal 230 37 14 0 120 134 50 10 125 40
Binary 10011000 11111 1100 0 1010000 1011100 101000 1000 1010101 100000

Color Harmonies of #981F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F0C

Black with #981F0C

Text Example


Text Example

White with #981F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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