Html Css Color HEX #815172 Cosmic

📋 copy color: '#815172'

red 129 ◦ green 81 ◦ blue 114

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

Shades of Cosmic #815172

Tints of Cosmic #815172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 39.81%
G = 25%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#815172 (or 0x815172) is known color: Cosmic. HEX triplet: 81, 51 and 72. RGB value is (129,81,114). Sum of RGB (Red+Green+Blue) = 129+81+114=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #815172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815172 is #7EAE8D. Grayscale: #636363. Windows color (decimal): -8302222 or 7491969. OLE color: 7491969.

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

Color convert

RGB 129 81 114 -
CMYK 0 0.37 0.12 0.49
HSL 318.75º 0.23% 0.41% -
HSV(B) 318.75º 0.37% 0.51% -
XYZ 15.03 11.77 17.4 -
YUV 99.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 129 81 114 0 0.37 0.12 0.49 318.75 0.23 0.41
Hex 81 51 72 0 25 C 31 13F 17 29
Octal 201 121 162 0 45 14 61 477 27 51
Binary 10000001 1010001 1110010 0 100101 1100 110001 100111111 10111 101001

Color Harmonies of #815172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815172

Black with #815172

Text Example


Text Example

White with #815172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815172; }

 p { color: rgb(129,81,114); }

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

background-color css

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

 a { background-color: rgb(129,81,114); }

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

border-color css

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

 span { border-color: rgb(129,81,114); }

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