Html Css Color HEX #982828 Mandarian Orange

📋 copy color: '#982828'

red 152 ◦ green 40 ◦ blue 40

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

Shades of Mandarian Orange #982828

Tints of Mandarian Orange #982828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

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

R = 65.52%
G = 17.24%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#982828 (or 0x982828) is known color: Mandarian Orange. HEX triplet: 98, 28 and 28. RGB value is (152,40,40). Sum of RGB (Red+Green+Blue) = 152+40+40=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #982828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982828 is #67D7D7. Grayscale: #494949. Windows color (decimal): -6805464 or 2631832. OLE color: 2631832.

HSL color Cylindrical-coordinate representation of color #982828: hue angle of 0º 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 #982828 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 40 -
CMYK 0 0.74 0.74 0.40
HSL 0.58% 0.38% -
HSV(B) 0.74% 0.6% -
XYZ 14.09 8.35 2.88 -
YUV 73.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 152 40 40 0 0.74 0.74 0.40 0 0.58 0.38
Hex 98 28 28 0 4A 4A 28 0 3A 26
Octal 230 50 50 0 112 112 50 0 72 46
Binary 10011000 101000 101000 0 1001010 1001010 101000 0 111010 100110

Color Harmonies of #982828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982828

Black with #982828

Text Example


Text Example

White with #982828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982828; }

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

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

background-color css

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

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

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

border-color css

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

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

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