Html Css Color HEX #982009 Mandarian Orange

📋 copy color: '#982009'

red 152 ◦ green 32 ◦ blue 9

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

Shades of Mandarian Orange #982009

Tints of Mandarian Orange #982009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 9 (3.91% from 255) = 4.66%

R = 78.76%
G = 16.58%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#982009 (or 0x982009) is known color: Mandarian Orange. HEX triplet: 98, 20 and 09. RGB value is (152,32,9). Sum of RGB (Red+Green+Blue) = 152+32+9=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #982009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982009 is #67DFF6. Grayscale: #414141. Windows color (decimal): -6807543 or 598168. OLE color: 598168.

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

Color convert

RGB 152 32 9 -
CMYK 0 0.79 0.94 0.40
HSL 9.65º 0.89% 0.32% -
HSV(B) 9.65º 0.94% 0.6% -
XYZ 13.51 7.73 1.04 -
YUV 65.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 152 32 9 0 0.79 0.94 0.40 9.65 0.89 0.32
Hex 98 20 9 0 4F 5E 28 A 59 20
Octal 230 40 11 0 117 136 50 12 131 40
Binary 10011000 100000 1001 0 1001111 1011110 101000 1010 1011001 100000

Color Harmonies of #982009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982009

Black with #982009

Text Example


Text Example

White with #982009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982009; }

 p { color: rgb(152,32,9); }

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

background-color css

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

 a { background-color: rgb(152,32,9); }

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

border-color css

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

 span { border-color: rgb(152,32,9); }

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