Html Css Color HEX #815464 Cosmic

📋 copy color: '#815464'

red 129 ◦ green 84 ◦ blue 100

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

Shades of Cosmic #815464

Tints of Cosmic #815464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 41.21%
G = 26.84%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#815464 (or 0x815464) is known color: Cosmic. HEX triplet: 81, 54 and 64. RGB value is (129,84,100). Sum of RGB (Red+Green+Blue) = 129+84+100=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #815464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815464 is #7EAB9B. Grayscale: #636363. Windows color (decimal): -8301468 or 6575233. OLE color: 6575233.

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

Color convert

RGB 129 84 100 -
CMYK 0 0.35 0.22 0.49
HSL 338.67º 0.21% 0.42% -
HSV(B) 338.67º 0.35% 0.51% -
XYZ 14.52 11.93 13.59 -
YUV 99.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 129 84 100 0 0.35 0.22 0.49 338.67 0.21 0.42
Hex 81 54 64 0 23 16 31 153 15 2A
Octal 201 124 144 0 43 26 61 523 25 52
Binary 10000001 1010100 1100100 0 100011 10110 110001 101010011 10101 101010

Color Harmonies of #815464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815464

Black with #815464

Text Example


Text Example

White with #815464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815464; }

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

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

background-color css

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

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

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

border-color css

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

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

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