Html Css Color HEX #855971 Cosmic

📋 copy color: '#855971'

red 133 ◦ green 89 ◦ blue 113

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

Shades of Cosmic #855971

Tints of Cosmic #855971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 39.7%
G = 26.57%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#855971 (or 0x855971) is known color: Cosmic. HEX triplet: 85, 59 and 71. RGB value is (133,89,113). Sum of RGB (Red+Green+Blue) = 133+89+113=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855971 is #7AA68E. Grayscale: #686868. Windows color (decimal): -8038031 or 7428485. OLE color: 7428485.

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

Color convert

RGB 133 89 113 -
CMYK 0 0.33 0.15 0.48
HSL 327.27º 0.2% 0.44% -
HSV(B) 327.27º 0.33% 0.52% -
XYZ 16.23 13.32 17.34 -
YUV 104.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 133 89 113 0 0.33 0.15 0.48 327.27 0.2 0.44
Hex 85 59 71 0 21 F 30 147 14 2C
Octal 205 131 161 0 41 17 60 507 24 54
Binary 10000101 1011001 1110001 0 100001 1111 110000 101000111 10100 101100

Color Harmonies of #855971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855971

Black with #855971

Text Example


Text Example

White with #855971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855971; }

 p { color: rgb(133,89,113); }

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

background-color css

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

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

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

border-color css

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

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

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