Html Css Color HEX #982521 Mandarian Orange

📋 copy color: '#982521'

red 152 ◦ green 37 ◦ blue 33

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

Shades of Mandarian Orange #982521

Tints of Mandarian Orange #982521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 68.47%
G = 16.67%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#982521 (or 0x982521) is known color: Mandarian Orange. HEX triplet: 98, 25 and 21. RGB value is (152,37,33). Sum of RGB (Red+Green+Blue) = 152+37+33=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #982521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982521 is #67DADE. Grayscale: #474747. Windows color (decimal): -6806239 or 2172312. OLE color: 2172312.

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

Color convert

RGB 152 37 33 -
CMYK 0 0.76 0.78 0.40
HSL 2.02º 0.64% 0.36% -
HSV(B) 2.02º 0.78% 0.6% -
XYZ 13.88 8.11 2.27 -
YUV 70.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 152 37 33 0 0.76 0.78 0.40 2.02 0.64 0.36
Hex 98 25 21 0 4C 4E 28 2 40 24
Octal 230 45 41 0 114 116 50 2 100 44
Binary 10011000 100101 100001 0 1001100 1001110 101000 10 1000000 100100

Color Harmonies of #982521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982521

Black with #982521

Text Example


Text Example

White with #982521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982521; }

 p { color: rgb(152,37,33); }

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

background-color css

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

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

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

border-color css

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

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

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