#825858

Color #825858 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #825858

Tints of Rose Taupe #825858

Color information

#825858 (or 0x825858) is unknown color: approx Rose Taupe. HEX triplet: 82, 58 and 58. RGB value is (130,88,88). Sum of RGB (Red+Green+Blue) = 130+88+88=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #825858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825858 is #7DA7A7. Grayscale: #646464. Windows color (decimal): -8234920 or 5789826. OLE color: 5789826.

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

Color convert

RGB1308888-
CMYK00.320.320.49
HSL19.27%42.75%-
HSV(B)32.31%50.98%-
XYZ14.4612.4310.87-
YUV100.56120.91149-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=42.48%
G=28.76%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130888800.320.320.49019.2742.75
Hex82585802020310132b
Octal202130130040406102353
Binary10000010101100010110000100000100000110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825858; }

 p { color: rgb(130,88,88); }

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

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

 a { background-color: rgb(130,88,88); }

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

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

 span { border-color: rgb(130,88,88); }

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