Html Css Color HEX #981F0D Mandarian Orange

📋 copy color: '#981F0D'

red 152 ◦ green 31 ◦ blue 13

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

Shades of Mandarian Orange #981F0D

Tints of Mandarian Orange #981F0D

RGB

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

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

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

R = 77.55%
G = 15.82%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#981F0D (or 0x981F0D) is known color: Mandarian Orange. HEX triplet: 98, 1F and 0D. RGB value is (152,31,13). Sum of RGB (Red+Green+Blue) = 152+31+13=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #981F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981F0D is #67E0F2. Grayscale: #414141. Windows color (decimal): -6807795 or 860056. OLE color: 860056.

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

Color convert

RGB 152 31 13 -
CMYK 0 0.80 0.91 0.40
HSL 7.77º 0.84% 0.32% -
HSV(B) 7.77º 0.91% 0.6% -
XYZ 13.51 7.68 1.15 -
YUV 65.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 152 31 13 0 0.80 0.91 0.40 7.77 0.84 0.32
Hex 98 1F D 0 50 5B 28 8 54 20
Octal 230 37 15 0 120 133 50 10 124 40
Binary 10011000 11111 1101 0 1010000 1011011 101000 1000 1010100 100000

Color Harmonies of #981F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F0D

Black with #981F0D

Text Example


Text Example

White with #981F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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