Html Css Color HEX #855073 Cosmic

📋 copy color: '#855073'

red 133 ◦ green 80 ◦ blue 115

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

Shades of Cosmic #855073

Tints of Cosmic #855073

RGB

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

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

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

R = 40.55%
G = 24.39%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855073 (or 0x855073) is known color: Cosmic. HEX triplet: 85, 50 and 73. RGB value is (133,80,115). Sum of RGB (Red+Green+Blue) = 133+80+115=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #855073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855073 is #7AAF8C. Grayscale: #636363. Windows color (decimal): -8040333 or 7557253. OLE color: 7557253.

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

Color convert

RGB 133 80 115 -
CMYK 0 0.40 0.14 0.48
HSL 320.38º 0.25% 0.42% -
HSV(B) 320.38º 0.4% 0.52% -
XYZ 15.64 11.96 17.7 -
YUV 99.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 133 80 115 0 0.40 0.14 0.48 320.38 0.25 0.42
Hex 85 50 73 0 28 E 30 140 19 2A
Octal 205 120 163 0 50 16 60 500 31 52
Binary 10000101 1010000 1110011 0 101000 1110 110000 101000000 11001 101010

Color Harmonies of #855073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855073

Black with #855073

Text Example


Text Example

White with #855073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855073; }

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

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

background-color css

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

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

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

border-color css

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

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

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