Html Css Color HEX #815771 Cosmic

📋 copy color: '#815771'

red 129 ◦ green 87 ◦ blue 113

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

Shades of Cosmic #815771

Tints of Cosmic #815771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 39.21%
G = 26.44%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#815771 (or 0x815771) is known color: Cosmic. HEX triplet: 81, 57 and 71. RGB value is (129,87,113). Sum of RGB (Red+Green+Blue) = 129+87+113=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #815771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815771 is #7EA88E. Grayscale: #666666. Windows color (decimal): -8300687 or 7427969. OLE color: 7427969.

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

Color convert

RGB 129 87 113 -
CMYK 0 0.33 0.12 0.49
HSL 322.86º 0.19% 0.42% -
HSV(B) 322.86º 0.33% 0.51% -
XYZ 15.44 12.68 17.26 -
YUV 102.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 129 87 113 0 0.33 0.12 0.49 322.86 0.19 0.42
Hex 81 57 71 0 21 C 31 143 13 2A
Octal 201 127 161 0 41 14 61 503 23 52
Binary 10000001 1010111 1110001 0 100001 1100 110001 101000011 10011 101010

Color Harmonies of #815771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815771

Black with #815771

Text Example


Text Example

White with #815771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815771; }

 p { color: rgb(129,87,113); }

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

background-color css

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

 a { background-color: rgb(129,87,113); }

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

border-color css

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

 span { border-color: rgb(129,87,113); }

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