Html Css Color HEX #863969 Cosmic

📋 copy color: '#863969'

red 134 ◦ green 57 ◦ blue 105

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

Shades of Cosmic #863969

Tints of Cosmic #863969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 45.27%
G = 19.26%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#863969 (or 0x863969) is known color: Cosmic. HEX triplet: 86, 39 and 69. RGB value is (134,57,105). Sum of RGB (Red+Green+Blue) = 134+57+105=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #863969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863969 is #79C696. Grayscale: #555555. Windows color (decimal): -7980695 or 6896006. OLE color: 6896006.

HSL color Cylindrical-coordinate representation of color #863969: hue angle of 322.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863969 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 57 105 -
CMYK 0 0.57 0.22 0.47
HSL 322.6º 0.4% 0.37% -
HSV(B) 322.6º 0.57% 0.53% -
XYZ 13.84 9.01 14.37 -
YUV 85.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 134 57 105 0 0.57 0.22 0.47 322.6 0.4 0.37
Hex 86 39 69 0 39 16 2F 143 28 25
Octal 206 71 151 0 71 26 57 503 50 45
Binary 10000110 111001 1101001 0 111001 10110 101111 101000011 101000 100101

Color Harmonies of #863969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863969

Black with #863969

Text Example


Text Example

White with #863969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863969; }

 p { color: rgb(134,57,105); }

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

background-color css

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

 a { background-color: rgb(134,57,105); }

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

border-color css

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

 span { border-color: rgb(134,57,105); }

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