Html Css Color HEX #81596F Cosmic

📋 copy color: '#81596F'

red 129 ◦ green 89 ◦ blue 111

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

Shades of Cosmic #81596F

Tints of Cosmic #81596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 39.21%
G = 27.05%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81596F (or 0x81596F) is known color: Cosmic. HEX triplet: 81, 59 and 6F. RGB value is (129,89,111). Sum of RGB (Red+Green+Blue) = 129+89+111=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #81596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81596F is #7EA690. Grayscale: #676767. Windows color (decimal): -8300177 or 7297409. OLE color: 7297409.

HSL color Cylindrical-coordinate representation of color #81596F: hue angle of 327º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81596F is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 89 111 -
CMYK 0 0.31 0.14 0.49
HSL 327º 0.18% 0.43% -
HSV(B) 327º 0.31% 0.51% -
XYZ 15.49 12.96 16.72 -
YUV 103.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 129 89 111 0 0.31 0.14 0.49 327 0.18 0.43
Hex 81 59 6F 0 1F E 31 147 12 2B
Octal 201 131 157 0 37 16 61 507 22 53
Binary 10000001 1011001 1101111 0 11111 1110 110001 101000111 10010 101011

Color Harmonies of #81596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81596F

Black with #81596F

Text Example


Text Example

White with #81596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81596F; }

 p { color: rgb(129,89,111); }

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

background-color css

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

 a { background-color: rgb(129,89,111); }

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

border-color css

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

 span { border-color: rgb(129,89,111); }

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