Html Css Color HEX #992315 Mandarian Orange

📋 copy color: '#992315'

red 153 ◦ green 35 ◦ blue 21

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

Shades of Mandarian Orange #992315

Tints of Mandarian Orange #992315

RGB

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

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

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

R = 73.21%
G = 16.75%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#992315 (or 0x992315) is known color: Mandarian Orange. HEX triplet: 99, 23 and 15. RGB value is (153,35,21). Sum of RGB (Red+Green+Blue) = 153+35+21=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #992315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992315 is #66DCEA. Grayscale: #444444. Windows color (decimal): -6741227 or 1385369. OLE color: 1385369.

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

Color convert

RGB 153 35 21 -
CMYK 0 0.77 0.86 0.4
HSL 6.36º 0.76% 0.34% -
HSV(B) 6.36º 0.86% 0.6% -
XYZ 13.87 8.03 1.53 -
YUV 68.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 153 35 21 0 0.77 0.86 0.4 6.36 0.76 0.34
Hex 99 23 15 0 4D 56 28 6 4C 22
Octal 231 43 25 0 115 126 50 6 114 42
Binary 10011001 100011 10101 0 1001101 1010110 101000 110 1001100 100010

Color Harmonies of #992315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992315

Black with #992315

Text Example


Text Example

White with #992315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992315; }

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

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

background-color css

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

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

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

border-color css

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

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

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