Html Css Color HEX #992515 Mandarian Orange

📋 copy color: '#992515'

red 153 ◦ green 37 ◦ blue 21

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

Shades of Mandarian Orange #992515

Tints of Mandarian Orange #992515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 72.51%
G = 17.54%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#992515 (or 0x992515) is known color: Mandarian Orange. HEX triplet: 99, 25 and 15. RGB value is (153,37,21). Sum of RGB (Red+Green+Blue) = 153+37+21=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #992515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992515 is #66DAEA. Grayscale: #464646. Windows color (decimal): -6740715 or 1385881. OLE color: 1385881.

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

Color convert

RGB 153 37 21 -
CMYK 0 0.76 0.86 0.4
HSL 7.27º 0.76% 0.34% -
HSV(B) 7.27º 0.86% 0.6% -
XYZ 13.93 8.15 1.55 -
YUV 69.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 153 37 21 0 0.76 0.86 0.4 7.27 0.76 0.34
Hex 99 25 15 0 4C 56 28 7 4C 22
Octal 231 45 25 0 114 126 50 7 114 42
Binary 10011001 100101 10101 0 1001100 1010110 101000 111 1001100 100010

Color Harmonies of #992515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992515

Black with #992515

Text Example


Text Example

White with #992515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992515; }

 p { color: rgb(153,37,21); }

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

background-color css

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

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

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

border-color css

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

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

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