Html Css Color HEX #981D12 Mandarian Orange

📋 copy color: '#981D12'

red 152 ◦ green 29 ◦ blue 18

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

Shades of Mandarian Orange #981D12

Tints of Mandarian Orange #981D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 76.38%
G = 14.57%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#981D12 (or 0x981D12) is known color: Mandarian Orange. HEX triplet: 98, 1D and 12. RGB value is (152,29,18). Sum of RGB (Red+Green+Blue) = 152+29+18=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #981D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D12 is #67E2ED. Grayscale: #404040. Windows color (decimal): -6808302 or 1187224. OLE color: 1187224.

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

Color convert

RGB 152 29 18 -
CMYK 0 0.81 0.88 0.40
HSL 4.93º 0.79% 0.33% -
HSV(B) 4.93º 0.88% 0.6% -
XYZ 13.5 7.6 1.33 -
YUV 64.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 152 29 18 0 0.81 0.88 0.40 4.93 0.79 0.33
Hex 98 1D 12 0 51 58 28 5 4F 21
Octal 230 35 22 0 121 130 50 5 117 41
Binary 10011000 11101 10010 0 1010001 1011000 101000 101 1001111 100001

Color Harmonies of #981D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D12

Black with #981D12

Text Example


Text Example

White with #981D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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