#812625

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

Shades of Mandarian Orange #812625

Tints of Mandarian Orange #812625

Color information

#812625 (or 0x812625) is unknown color: approx Mandarian Orange. HEX triplet: 81, 26 and 25. RGB value is (129,38,37). Sum of RGB (Red+Green+Blue) = 129+38+37=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #812625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812625 is #7ED9DA. Grayscale: #414141. Windows color (decimal): -8313307 or 2434689. OLE color: 2434689.

HSL color Cylindrical-coordinate representation of color #812625: hue angle of 0.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812625 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1293837-
CMYK00.710.710.49
HSL0.65º55.42%32.55%-
HSV(B)0.65º71.32%50.59%-
XYZ10.086.192.41-
YUV65.1112.15173.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.24%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=63.24%
G=18.63%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129383700.710.710.490.6555.4232.55
Hex812625047473113721
Octal201464501071076116741
Binary100000011001101001010100011110001111100011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812625; }

 p { color: rgb(129,38,37); }

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

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

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

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

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

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

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