Html Css Color HEX #855172 Cosmic

📋 copy color: '#855172'

red 133 ◦ green 81 ◦ blue 114

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

Shades of Cosmic #855172

Tints of Cosmic #855172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 40.55%
G = 24.7%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855172 (or 0x855172) is known color: Cosmic. HEX triplet: 85, 51 and 72. RGB value is (133,81,114). Sum of RGB (Red+Green+Blue) = 133+81+114=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #855172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855172 is #7AAE8D. Grayscale: #646464. Windows color (decimal): -8040078 or 7491973. OLE color: 7491973.

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

Color convert

RGB 133 81 114 -
CMYK 0 0.39 0.14 0.48
HSL 321.92º 0.24% 0.42% -
HSV(B) 321.92º 0.39% 0.52% -
XYZ 15.65 12.09 17.43 -
YUV 100.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 133 81 114 0 0.39 0.14 0.48 321.92 0.24 0.42
Hex 85 51 72 0 27 E 30 142 18 2A
Octal 205 121 162 0 47 16 60 502 30 52
Binary 10000101 1010001 1110010 0 100111 1110 110000 101000010 11000 101010

Color Harmonies of #855172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855172

Black with #855172

Text Example


Text Example

White with #855172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855172; }

 p { color: rgb(133,81,114); }

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

background-color css

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

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

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

border-color css

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

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

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