Html Css Color HEX #982522 Mandarian Orange

📋 copy color: '#982522'

red 152 ◦ green 37 ◦ blue 34

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

Shades of Mandarian Orange #982522

Tints of Mandarian Orange #982522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 68.16%
G = 16.59%
B = 15.25%

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

#982522 (or 0x982522) is known color: Mandarian Orange. HEX triplet: 98, 25 and 22. RGB value is (152,37,34). Sum of RGB (Red+Green+Blue) = 152+37+34=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #982522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982522 is #67DADD. Grayscale: #474747. Windows color (decimal): -6806238 or 2237848. OLE color: 2237848.

HSL color Cylindrical-coordinate representation of color #982522: hue angle of 1.53º degrees, saturation: 0.63, 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 #982522 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 34 -
CMYK 0 0.76 0.78 0.40
HSL 1.53º 0.63% 0.36% -
HSV(B) 1.53º 0.78% 0.6% -
XYZ 13.9 8.11 2.35 -
YUV 71.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 152 37 34 0 0.76 0.78 0.40 1.53 0.63 0.36
Hex 98 25 22 0 4C 4E 28 2 3F 24
Octal 230 45 42 0 114 116 50 2 77 44
Binary 10011000 100101 100010 0 1001100 1001110 101000 10 111111 100100

Color Harmonies of #982522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982522

Black with #982522

Text Example


Text Example

White with #982522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982522; }

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

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

background-color css

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

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

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

border-color css

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

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

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