Html Css Color HEX #864071 Cosmic

📋 copy color: '#864071'

red 134 ◦ green 64 ◦ blue 113

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

Shades of Cosmic #864071

Tints of Cosmic #864071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 43.09%
G = 20.58%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#864071 (or 0x864071) is known color: Cosmic. HEX triplet: 86, 40 and 71. RGB value is (134,64,113). Sum of RGB (Red+Green+Blue) = 134+64+113=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #864071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864071 is #79BF8E. Grayscale: #5A5A5A. Windows color (decimal): -7978895 or 7422086. OLE color: 7422086.

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

Color convert

RGB 134 64 113 -
CMYK 0 0.52 0.16 0.47
HSL 318º 0.35% 0.39% -
HSV(B) 318º 0.52% 0.53% -
XYZ 14.65 9.93 16.77 -
YUV 90.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 134 64 113 0 0.52 0.16 0.47 318 0.35 0.39
Hex 86 40 71 0 34 10 2F 13E 23 27
Octal 206 100 161 0 64 20 57 476 43 47
Binary 10000110 1000000 1110001 0 110100 10000 101111 100111110 100011 100111

Color Harmonies of #864071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864071

Black with #864071

Text Example


Text Example

White with #864071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864071; }

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

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

background-color css

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

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

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

border-color css

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

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

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