Html Css Color HEX #864373 Cosmic

📋 copy color: '#864373'

red 134 ◦ green 67 ◦ blue 115

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

Shades of Cosmic #864373

Tints of Cosmic #864373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

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

R = 42.41%
G = 21.2%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#864373 (or 0x864373) is known color: Cosmic. HEX triplet: 86, 43 and 73. RGB value is (134,67,115). Sum of RGB (Red+Green+Blue) = 134+67+115=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864373 is #79BC8C. Grayscale: #5C5C5C. Windows color (decimal): -7978125 or 7553926. OLE color: 7553926.

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

Color convert

RGB 134 67 115 -
CMYK 0 0.5 0.14 0.47
HSL 317.01º 0.33% 0.39% -
HSV(B) 317.01º 0.5% 0.53% -
XYZ 14.93 10.32 17.42 -
YUV 92.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 134 67 115 0 0.5 0.14 0.47 317.01 0.33 0.39
Hex 86 43 73 0 32 E 2F 13D 21 27
Octal 206 103 163 0 62 16 57 475 41 47
Binary 10000110 1000011 1110011 0 110010 1110 101111 100111101 100001 100111

Color Harmonies of #864373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864373

Black with #864373

Text Example


Text Example

White with #864373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864373; }

 p { color: rgb(134,67,115); }

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

background-color css

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

 a { background-color: rgb(134,67,115); }

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

border-color css

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

 span { border-color: rgb(134,67,115); }

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