Html Css Color HEX #982322 Mandarian Orange

📋 copy color: '#982322'

red 152 ◦ green 35 ◦ blue 34

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

Shades of Mandarian Orange #982322

Tints of Mandarian Orange #982322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

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

R = 68.78%
G = 15.84%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#982322 (or 0x982322) is known color: Mandarian Orange. HEX triplet: 98, 23 and 22. RGB value is (152,35,34). Sum of RGB (Red+Green+Blue) = 152+35+34=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #982322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982322 is #67DCDD. Grayscale: #454545. Windows color (decimal): -6806750 or 2237336. OLE color: 2237336.

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

Color convert

RGB 152 35 34 -
CMYK 0 0.77 0.78 0.40
HSL 0.51º 0.63% 0.36% -
HSV(B) 0.51º 0.78% 0.6% -
XYZ 13.84 7.99 2.33 -
YUV 69.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 152 35 34 0 0.77 0.78 0.40 0.51 0.63 0.36
Hex 98 23 22 0 4D 4E 28 1 3F 24
Octal 230 43 42 0 115 116 50 1 77 44
Binary 10011000 100011 100010 0 1001101 1001110 101000 1 111111 100100

Color Harmonies of #982322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982322

Black with #982322

Text Example


Text Example

White with #982322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982322; }

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

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

background-color css

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

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

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

border-color css

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

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

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