Html Css Color HEX #814464 Cosmic

📋 copy color: '#814464'

red 129 ◦ green 68 ◦ blue 100

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

Shades of Cosmic #814464

Tints of Cosmic #814464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 43.43%
G = 22.9%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#814464 (or 0x814464) is known color: Cosmic. HEX triplet: 81, 44 and 64. RGB value is (129,68,100). Sum of RGB (Red+Green+Blue) = 129+68+100=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #814464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814464 is #7EBB9B. Grayscale: #595959. Windows color (decimal): -8305564 or 6571137. OLE color: 6571137.

HSL color Cylindrical-coordinate representation of color #814464: hue angle of 328.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814464 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 68 100 -
CMYK 0 0.47 0.22 0.49
HSL 328.52º 0.31% 0.39% -
HSV(B) 328.52º 0.47% 0.51% -
XYZ 13.42 9.72 13.23 -
YUV 89.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 129 68 100 0 0.47 0.22 0.49 328.52 0.31 0.39
Hex 81 44 64 0 2F 16 31 149 1F 27
Octal 201 104 144 0 57 26 61 511 37 47
Binary 10000001 1000100 1100100 0 101111 10110 110001 101001001 11111 100111

Color Harmonies of #814464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814464

Black with #814464

Text Example


Text Example

White with #814464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814464; }

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

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

background-color css

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

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

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

border-color css

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

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

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