Html Css Color HEX #864362 Cosmic

📋 copy color: '#864362'

red 134 ◦ green 67 ◦ blue 98

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

Shades of Cosmic #864362

Tints of Cosmic #864362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 44.82%
G = 22.41%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#864362 (or 0x864362) is known color: Cosmic. HEX triplet: 86, 43 and 62. RGB value is (134,67,98). Sum of RGB (Red+Green+Blue) = 134+67+98=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #864362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864362 is #79BC9D. Grayscale: #5A5A5A. Windows color (decimal): -7978142 or 6439814. OLE color: 6439814.

HSL color Cylindrical-coordinate representation of color #864362: hue angle of 332.24º 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 #864362 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 67 98 -
CMYK 0 0.5 0.27 0.47
HSL 332.24º 0.33% 0.39% -
HSV(B) 332.24º 0.5% 0.53% -
XYZ 14.04 9.96 12.74 -
YUV 90.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 134 67 98 0 0.5 0.27 0.47 332.24 0.33 0.39
Hex 86 43 62 0 32 1B 2F 14C 21 27
Octal 206 103 142 0 62 33 57 514 41 47
Binary 10000110 1000011 1100010 0 110010 11011 101111 101001100 100001 100111

Color Harmonies of #864362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864362

Black with #864362

Text Example


Text Example

White with #864362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864362; }

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

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

background-color css

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

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

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

border-color css

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

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

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