Html Css Color HEX #982008 Mandarian Orange

📋 copy color: '#982008'

red 152 ◦ green 32 ◦ blue 8

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

Shades of Mandarian Orange #982008

Tints of Mandarian Orange #982008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.17%

R = 79.17%
G = 16.67%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#982008 (or 0x982008) is known color: Mandarian Orange. HEX triplet: 98, 20 and 08. RGB value is (152,32,8). Sum of RGB (Red+Green+Blue) = 152+32+8=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #982008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982008 is #67DFF7. Grayscale: #414141. Windows color (decimal): -6807544 or 532632. OLE color: 532632.

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

Color convert

RGB 152 32 8 -
CMYK 0 0.79 0.95 0.40
HSL 10º 0.9% 0.31% -
HSV(B) 10º 0.95% 0.6% -
XYZ 13.51 7.73 1.01 -
YUV 65.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 152 32 8 0 0.79 0.95 0.40 10 0.9 0.31
Hex 98 20 8 0 4F 5F 28 A 5A 1F
Octal 230 40 10 0 117 137 50 12 132 37
Binary 10011000 100000 1000 0 1001111 1011111 101000 1010 1011010 11111

Color Harmonies of #982008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982008

Black with #982008

Text Example


Text Example

White with #982008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982008; }

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

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

background-color css

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

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

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

border-color css

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

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

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