Html Css Color HEX #992313 Mandarian Orange

📋 copy color: '#992313'

red 153 ◦ green 35 ◦ blue 19

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

Shades of Mandarian Orange #992313

Tints of Mandarian Orange #992313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 73.91%
G = 16.91%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#992313 (or 0x992313) is known color: Mandarian Orange. HEX triplet: 99, 23 and 13. RGB value is (153,35,19). Sum of RGB (Red+Green+Blue) = 153+35+19=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #992313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992313 is #66DCEC. Grayscale: #444444. Windows color (decimal): -6741229 or 1254297. OLE color: 1254297.

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

Color convert

RGB 153 35 19 -
CMYK 0 0.77 0.88 0.4
HSL 7.16º 0.78% 0.34% -
HSV(B) 7.16º 0.88% 0.6% -
XYZ 13.86 8.02 1.43 -
YUV 68.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 153 35 19 0 0.77 0.88 0.4 7.16 0.78 0.34
Hex 99 23 13 0 4D 58 28 7 4E 22
Octal 231 43 23 0 115 130 50 7 116 42
Binary 10011001 100011 10011 0 1001101 1011000 101000 111 1001110 100010

Color Harmonies of #992313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992313

Black with #992313

Text Example


Text Example

White with #992313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992313; }

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

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

background-color css

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

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

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

border-color css

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

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

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