Html Css Color HEX #982105 Mandarian Orange

📋 copy color: '#982105'

red 152 ◦ green 33 ◦ blue 5

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

Shades of Mandarian Orange #982105

Tints of Mandarian Orange #982105

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

 BLUE value IS 5 (2.34% from 255) = 2.63%

R = 80%
G = 17.37%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#982105 (or 0x982105) is known color: Mandarian Orange. HEX triplet: 98, 21 and 05. RGB value is (152,33,5). Sum of RGB (Red+Green+Blue) = 152+33+5=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #982105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982105 is #67DEFA. Grayscale: #414141. Windows color (decimal): -6807291 or 336280. OLE color: 336280.

HSL color Cylindrical-coordinate representation of color #982105: hue angle of 11.43º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #982105 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 5 -
CMYK 0 0.78 0.97 0.40
HSL 11.43º 0.94% 0.31% -
HSV(B) 11.43º 0.97% 0.6% -
XYZ 13.52 7.77 0.93 -
YUV 65.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 152 33 5 0 0.78 0.97 0.40 11.43 0.94 0.31
Hex 98 21 5 0 4E 61 28 B 5E 1F
Octal 230 41 5 0 116 141 50 13 136 37
Binary 10011000 100001 101 0 1001110 1100001 101000 1011 1011110 11111

Color Harmonies of #982105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982105

Black with #982105

Text Example


Text Example

White with #982105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982105; }

 p { color: rgb(152,33,5); }

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

background-color css

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

 a { background-color: rgb(152,33,5); }

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

border-color css

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

 span { border-color: rgb(152,33,5); }

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