Html Css Color HEX #982928 Mandarian Orange

📋 copy color: '#982928'

red 152 ◦ green 41 ◦ blue 40

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

Shades of Mandarian Orange #982928

Tints of Mandarian Orange #982928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 65.24%
G = 17.6%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#982928 (or 0x982928) is known color: Mandarian Orange. HEX triplet: 98, 29 and 28. RGB value is (152,41,40). Sum of RGB (Red+Green+Blue) = 152+41+40=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #982928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982928 is #67D6D7. Grayscale: #4A4A4A. Windows color (decimal): -6805208 or 2632088. OLE color: 2632088.

HSL color Cylindrical-coordinate representation of color #982928: hue angle of 0.54º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982928 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 40 -
CMYK 0 0.73 0.74 0.40
HSL 0.54º 0.58% 0.38% -
HSV(B) 0.54º 0.74% 0.6% -
XYZ 14.12 8.41 2.89 -
YUV 74.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 152 41 40 0 0.73 0.74 0.40 0.54 0.58 0.38
Hex 98 29 28 0 49 4A 28 1 3A 26
Octal 230 51 50 0 111 112 50 1 72 46
Binary 10011000 101001 101000 0 1001001 1001010 101000 1 111010 100110

Color Harmonies of #982928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982928

Black with #982928

Text Example


Text Example

White with #982928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982928; }

 p { color: rgb(152,41,40); }

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

background-color css

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

 a { background-color: rgb(152,41,40); }

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

border-color css

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

 span { border-color: rgb(152,41,40); }

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