Html Css Color HEX #863F61 Cosmic

📋 copy color: '#863F61'

red 134 ◦ green 63 ◦ blue 97

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

Shades of Cosmic #863F61

Tints of Cosmic #863F61

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 45.58%
G = 21.43%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#863F61 (or 0x863F61) is known color: Cosmic. HEX triplet: 86, 3F and 61. RGB value is (134,63,97). Sum of RGB (Red+Green+Blue) = 134+63+97=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #863F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F61 is #79C09E. Grayscale: #585858. Windows color (decimal): -7979167 or 6373254. OLE color: 6373254.

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

Color convert

RGB 134 63 97 -
CMYK 0 0.53 0.28 0.47
HSL 331.27º 0.36% 0.39% -
HSV(B) 331.27º 0.53% 0.53% -
XYZ 13.77 9.49 12.41 -
YUV 88.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 134 63 97 0 0.53 0.28 0.47 331.27 0.36 0.39
Hex 86 3F 61 0 35 1C 2F 14B 24 27
Octal 206 77 141 0 65 34 57 513 44 47
Binary 10000110 111111 1100001 0 110101 11100 101111 101001011 100100 100111

Color Harmonies of #863F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F61

Black with #863F61

Text Example


Text Example

White with #863F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F61; }

 p { color: rgb(134,63,97); }

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

background-color css

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

 a { background-color: rgb(134,63,97); }

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

border-color css

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

 span { border-color: rgb(134,63,97); }

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