Html Css Color HEX #992323 Mandarian Orange

📋 copy color: '#992323'

red 153 ◦ green 35 ◦ blue 35

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

Shades of Mandarian Orange #992323

Tints of Mandarian Orange #992323

RGB

 RED value IS 153 (60.16% from 255) = 68.61%

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

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

R = 68.61%
G = 15.7%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#992323 (or 0x992323) is known color: Mandarian Orange. HEX triplet: 99, 23 and 23. RGB value is (153,35,35). Sum of RGB (Red+Green+Blue) = 153+35+35=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #992323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992323 is #66DCDC. Grayscale: #464646. Windows color (decimal): -6741213 or 2302873. OLE color: 2302873.

HSL color Cylindrical-coordinate representation of color #992323: 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 #992323 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 35 -
CMYK 0 0.77 0.77 0.4
HSL 0.63% 0.37% -
HSV(B) 0.77% 0.6% -
XYZ 14.04 8.1 2.41 -
YUV 70.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 153 35 35 0 0.77 0.77 0.4 0 0.63 0.37
Hex 99 23 23 0 4D 4D 28 0 3F 25
Octal 231 43 43 0 115 115 50 0 77 45
Binary 10011001 100011 100011 0 1001101 1001101 101000 0 111111 100101

Color Harmonies of #992323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992323

Black with #992323

Text Example


Text Example

White with #992323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992323; }

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

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

background-color css

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

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

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

border-color css

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

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

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