Html Css Color HEX #981D0B Mandarian Orange

📋 copy color: '#981D0B'

red 152 ◦ green 29 ◦ blue 11

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

Shades of Mandarian Orange #981D0B

Tints of Mandarian Orange #981D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 79.17%
G = 15.1%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#981D0B (or 0x981D0B) is known color: Mandarian Orange. HEX triplet: 98, 1D and 0B. RGB value is (152,29,11). Sum of RGB (Red+Green+Blue) = 152+29+11=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #981D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D0B is #67E2F4. Grayscale: #3F3F3F. Windows color (decimal): -6808309 or 728472. OLE color: 728472.

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

Color convert

RGB 152 29 11 -
CMYK 0 0.81 0.93 0.40
HSL 7.66º 0.87% 0.32% -
HSV(B) 7.66º 0.93% 0.6% -
XYZ 13.45 7.58 1.07 -
YUV 63.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 152 29 11 0 0.81 0.93 0.40 7.66 0.87 0.32
Hex 98 1D B 0 51 5D 28 8 57 20
Octal 230 35 13 0 121 135 50 10 127 40
Binary 10011000 11101 1011 0 1010001 1011101 101000 1000 1010111 100000

Color Harmonies of #981D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D0B

Black with #981D0B

Text Example


Text Example

White with #981D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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