#992626

Color #992626 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #992626

Tints of Mandarian Orange #992626

Color information

#992626 (or 0x992626) is unknown color: approx Mandarian Orange. HEX triplet: 99, 26 and 26. RGB value is (153,38,38). Sum of RGB (Red+Green+Blue) = 153+38+38=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #992626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992626 is #66D9D9. Grayscale: #484848. Windows color (decimal): -6740442 or 2500249. OLE color: 2500249.

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

Color convert

RGB1533838-
CMYK00.750.750.4
HSL60.21%37.45%-
HSV(B)75.16%60%-
XYZ14.188.32.69-
YUV72.38108.6185.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.81%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 38 (15.23% from 255) = 16.59%
R=66.81%
G=16.59%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153383800.750.750.4060.2137.45
Hex99262604B4B2803c25
Octal231464601131135007445
Binary100110011001101001100100101110010111010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992626; }

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

 H1.HeaderClassName
 {
   color: #992626;
 }
 .AnyTagClassName
 {
   color: #992626;
 }
</style>
background-color css

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

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

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

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

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

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