Html Css Color HEX #982924 Mandarian Orange

📋 copy color: '#982924'

red 152 ◦ green 41 ◦ blue 36

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

Shades of Mandarian Orange #982924

Tints of Mandarian Orange #982924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.72%

R = 66.38%
G = 17.9%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#982924 (or 0x982924) is known color: Mandarian Orange. HEX triplet: 98, 29 and 24. RGB value is (152,41,36). Sum of RGB (Red+Green+Blue) = 152+41+36=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #982924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982924 is #67D6DB. Grayscale: #494949. Windows color (decimal): -6805212 or 2369944. OLE color: 2369944.

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

Color convert

RGB 152 41 36 -
CMYK 0 0.73 0.76 0.40
HSL 2.59º 0.62% 0.37% -
HSV(B) 2.59º 0.76% 0.6% -
XYZ 14.06 8.39 2.55 -
YUV 73.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 152 41 36 0 0.73 0.76 0.40 2.59 0.62 0.37
Hex 98 29 24 0 49 4C 28 3 3E 25
Octal 230 51 44 0 111 114 50 3 76 45
Binary 10011000 101001 100100 0 1001001 1001100 101000 11 111110 100101

Color Harmonies of #982924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982924

Black with #982924

Text Example


Text Example

White with #982924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982924; }

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

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

background-color css

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

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

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

border-color css

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

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

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