Html Css Color HEX #815371 Cosmic

📋 copy color: '#815371'

red 129 ◦ green 83 ◦ blue 113

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

Shades of Cosmic #815371

Tints of Cosmic #815371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 39.69%
G = 25.54%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#815371 (or 0x815371) is known color: Cosmic. HEX triplet: 81, 53 and 71. RGB value is (129,83,113). Sum of RGB (Red+Green+Blue) = 129+83+113=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #815371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815371 is #7EAC8E. Grayscale: #646464. Windows color (decimal): -8301711 or 7426945. OLE color: 7426945.

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

Color convert

RGB 129 83 113 -
CMYK 0 0.36 0.12 0.49
HSL 320.87º 0.22% 0.42% -
HSV(B) 320.87º 0.36% 0.51% -
XYZ 15.13 12.05 17.15 -
YUV 100.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 129 83 113 0 0.36 0.12 0.49 320.87 0.22 0.42
Hex 81 53 71 0 24 C 31 141 16 2A
Octal 201 123 161 0 44 14 61 501 26 52
Binary 10000001 1010011 1110001 0 100100 1100 110001 101000001 10110 101010

Color Harmonies of #815371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815371

Black with #815371

Text Example


Text Example

White with #815371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815371; }

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

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

background-color css

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

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

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

border-color css

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

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

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