Html Css Color HEX #815465 Cosmic

📋 copy color: '#815465'

red 129 ◦ green 84 ◦ blue 101

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

Shades of Cosmic #815465

Tints of Cosmic #815465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 41.08%
G = 26.75%
B = 32.17%

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

#815465 (or 0x815465) is known color: Cosmic. HEX triplet: 81, 54 and 65. RGB value is (129,84,101). Sum of RGB (Red+Green+Blue) = 129+84+101=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815465 is #7EAB9A. Grayscale: #636363. Windows color (decimal): -8301467 or 6640769. OLE color: 6640769.

HSL color Cylindrical-coordinate representation of color #815465: hue angle of 337.33º 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 #815465 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 84 101 -
CMYK 0 0.35 0.22 0.49
HSL 337.33º 0.21% 0.42% -
HSV(B) 337.33º 0.35% 0.51% -
XYZ 14.57 11.95 13.85 -
YUV 99.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 129 84 101 0 0.35 0.22 0.49 337.33 0.21 0.42
Hex 81 54 65 0 23 16 31 151 15 2A
Octal 201 124 145 0 43 26 61 521 25 52
Binary 10000001 1010100 1100101 0 100011 10110 110001 101010001 10101 101010

Color Harmonies of #815465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815465

Black with #815465

Text Example


Text Example

White with #815465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815465; }

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

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

background-color css

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

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

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

border-color css

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

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

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