Html Css Color HEX #814064 Cosmic

📋 copy color: '#814064'

red 129 ◦ green 64 ◦ blue 100

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

Shades of Cosmic #814064

Tints of Cosmic #814064

RGB

 RED value IS 129 (50.78% from 255) = 44.03%

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

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 44.03%
G = 21.84%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#814064 (or 0x814064) is known color: Cosmic. HEX triplet: 81, 40 and 64. RGB value is (129,64,100). Sum of RGB (Red+Green+Blue) = 129+64+100=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #814064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814064 is #7EBF9B. Grayscale: #575757. Windows color (decimal): -8306588 or 6570113. OLE color: 6570113.

HSL color Cylindrical-coordinate representation of color #814064: hue angle of 326.77º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814064 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 64 100 -
CMYK 0 0.50 0.22 0.49
HSL 326.77º 0.34% 0.38% -
HSV(B) 326.77º 0.5% 0.51% -
XYZ 13.19 9.25 13.15 -
YUV 87.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 129 64 100 0 0.50 0.22 0.49 326.77 0.34 0.38
Hex 81 40 64 0 32 16 31 147 22 26
Octal 201 100 144 0 62 26 61 507 42 46
Binary 10000001 1000000 1100100 0 110010 10110 110001 101000111 100010 100110

Color Harmonies of #814064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814064

Black with #814064

Text Example


Text Example

White with #814064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814064; }

 p { color: rgb(129,64,100); }

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

background-color css

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

 a { background-color: rgb(129,64,100); }

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

border-color css

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

 span { border-color: rgb(129,64,100); }

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