Html Css Color HEX #855071 Cosmic

📋 copy color: '#855071'

red 133 ◦ green 80 ◦ blue 113

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

Shades of Cosmic #855071

Tints of Cosmic #855071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

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

R = 40.8%
G = 24.54%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#855071 (or 0x855071) is known color: Cosmic. HEX triplet: 85, 50 and 71. RGB value is (133,80,113). Sum of RGB (Red+Green+Blue) = 133+80+113=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #855071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855071 is #7AAF8E. Grayscale: #636363. Windows color (decimal): -8040335 or 7426181. OLE color: 7426181.

HSL color Cylindrical-coordinate representation of color #855071: hue angle of 322.64º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855071 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 113 -
CMYK 0 0.40 0.15 0.48
HSL 322.64º 0.25% 0.42% -
HSV(B) 322.64º 0.4% 0.52% -
XYZ 15.52 11.92 17.1 -
YUV 99.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 133 80 113 0 0.40 0.15 0.48 322.64 0.25 0.42
Hex 85 50 71 0 28 F 30 143 19 2A
Octal 205 120 161 0 50 17 60 503 31 52
Binary 10000101 1010000 1110001 0 101000 1111 110000 101000011 11001 101010

Color Harmonies of #855071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855071

Black with #855071

Text Example


Text Example

White with #855071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855071; }

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

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

background-color css

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

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

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

border-color css

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

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

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