Html Css Color HEX #865871 Cosmic

📋 copy color: '#865871'

red 134 ◦ green 88 ◦ blue 113

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

Shades of Cosmic #865871

Tints of Cosmic #865871

RGB

 RED value IS 134 (52.73% from 255) = 40%

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

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

R = 40%
G = 26.27%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#865871 (or 0x865871) is known color: Cosmic. HEX triplet: 86, 58 and 71. RGB value is (134,88,113). Sum of RGB (Red+Green+Blue) = 134+88+113=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #865871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865871 is #79A78E. Grayscale: #686868. Windows color (decimal): -7972751 or 7428230. OLE color: 7428230.

HSL color Cylindrical-coordinate representation of color #865871: hue angle of 327.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865871 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 88 113 -
CMYK 0 0.34 0.16 0.47
HSL 327.39º 0.21% 0.44% -
HSV(B) 327.39º 0.34% 0.53% -
XYZ 16.3 13.24 17.32 -
YUV 104.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 134 88 113 0 0.34 0.16 0.47 327.39 0.21 0.44
Hex 86 58 71 0 22 10 2F 147 15 2C
Octal 206 130 161 0 42 20 57 507 25 54
Binary 10000110 1011000 1110001 0 100010 10000 101111 101000111 10101 101100

Color Harmonies of #865871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865871

Black with #865871

Text Example


Text Example

White with #865871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865871; }

 p { color: rgb(134,88,113); }

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

background-color css

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

 a { background-color: rgb(134,88,113); }

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

border-color css

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

 span { border-color: rgb(134,88,113); }

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