Html Css Color HEX #855872 Cosmic

📋 copy color: '#855872'

red 133 ◦ green 88 ◦ blue 114

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

Shades of Cosmic #855872

Tints of Cosmic #855872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

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

R = 39.7%
G = 26.27%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855872 (or 0x855872) is known color: Cosmic. HEX triplet: 85, 58 and 72. RGB value is (133,88,114). Sum of RGB (Red+Green+Blue) = 133+88+114=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855872 is #7AA78D. Grayscale: #686868. Windows color (decimal): -8038286 or 7493765. OLE color: 7493765.

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

Color convert

RGB 133 88 114 -
CMYK 0 0.34 0.14 0.48
HSL 325.33º 0.2% 0.43% -
HSV(B) 325.33º 0.34% 0.52% -
XYZ 16.2 13.18 17.61 -
YUV 104.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 133 88 114 0 0.34 0.14 0.48 325.33 0.2 0.43
Hex 85 58 72 0 22 E 30 145 14 2B
Octal 205 130 162 0 42 16 60 505 24 53
Binary 10000101 1011000 1110010 0 100010 1110 110000 101000101 10100 101011

Color Harmonies of #855872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855872

Black with #855872

Text Example


Text Example

White with #855872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855872; }

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

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

background-color css

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

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

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

border-color css

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

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

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