Html Css Color HEX #855173 Cosmic

📋 copy color: '#855173'

red 133 ◦ green 81 ◦ blue 115

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

Shades of Cosmic #855173

Tints of Cosmic #855173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 40.43%
G = 24.62%
B = 34.95%

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

#855173 (or 0x855173) is known color: Cosmic. HEX triplet: 85, 51 and 73. RGB value is (133,81,115). Sum of RGB (Red+Green+Blue) = 133+81+115=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855173 is #7AAE8C. Grayscale: #646464. Windows color (decimal): -8040077 or 7557509. OLE color: 7557509.

HSL color Cylindrical-coordinate representation of color #855173: hue angle of 320.77º 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 #855173 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 115 -
CMYK 0 0.39 0.14 0.48
HSL 320.77º 0.24% 0.42% -
HSV(B) 320.77º 0.39% 0.52% -
XYZ 15.71 12.11 17.73 -
YUV 100.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 133 81 115 0 0.39 0.14 0.48 320.77 0.24 0.42
Hex 85 51 73 0 27 E 30 141 18 2A
Octal 205 121 163 0 47 16 60 501 30 52
Binary 10000101 1010001 1110011 0 100111 1110 110000 101000001 11000 101010

Color Harmonies of #855173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855173

Black with #855173

Text Example


Text Example

White with #855173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855173; }

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

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

background-color css

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

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

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

border-color css

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

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

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