Html Css Color HEX #982323 Mandarian Orange

📋 copy color: '#982323'

red 152 ◦ green 35 ◦ blue 35

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

Shades of Mandarian Orange #982323

Tints of Mandarian Orange #982323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.77%

R = 68.47%
G = 15.77%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#982323 (or 0x982323) is known color: Mandarian Orange. HEX triplet: 98, 23 and 23. RGB value is (152,35,35). Sum of RGB (Red+Green+Blue) = 152+35+35=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #982323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982323 is #67DCDC. Grayscale: #464646. Windows color (decimal): -6806749 or 2302872. OLE color: 2302872.

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

Color convert

RGB 152 35 35 -
CMYK 0 0.77 0.77 0.40
HSL 0.63% 0.37% -
HSV(B) 0.77% 0.6% -
XYZ 13.85 8 2.4 -
YUV 69.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 152 35 35 0 0.77 0.77 0.40 0 0.63 0.37
Hex 98 23 23 0 4D 4D 28 0 3F 25
Octal 230 43 43 0 115 115 50 0 77 45
Binary 10011000 100011 100011 0 1001101 1001101 101000 0 111111 100101

Color Harmonies of #982323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982323

Black with #982323

Text Example


Text Example

White with #982323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982323; }

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

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

background-color css

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

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

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

border-color css

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

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

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