Html Css Color HEX #855858 Rose Taupe

📋 copy color: '#855858'

red 133 ◦ green 88 ◦ blue 88

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

Shades of Rose Taupe #855858

Tints of Rose Taupe #855858

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

 GREEN value IS 88 (34.77% from 255) = 28.48%

 BLUE value IS 88 (34.77% from 255) = 28.48%

R = 43.04%
G = 28.48%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#855858 (or 0x855858) is known color: Rose Taupe. HEX triplet: 85, 58 and 58. RGB value is (133,88,88). Sum of RGB (Red+Green+Blue) = 133+88+88=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855858 is #7AA7A7. Grayscale: #656565. Windows color (decimal): -8038312 or 5789829. OLE color: 5789829.

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

Color convert

RGB 133 88 88 -
CMYK 0 0.34 0.34 0.48
HSL 0.2% 0.43% -
HSV(B) 0.34% 0.52% -
XYZ 14.92 12.67 10.89 -
YUV 101.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 133 88 88 0 0.34 0.34 0.48 0 0.2 0.43
Hex 85 58 58 0 22 22 30 0 14 2B
Octal 205 130 130 0 42 42 60 0 24 53
Binary 10000101 1011000 1011000 0 100010 100010 110000 0 10100 101011

Color Harmonies of #855858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855858

Black with #855858

Text Example


Text Example

White with #855858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855858; }

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

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

background-color css

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

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

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

border-color css

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

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

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