Html Css Color HEX #815970 Cosmic

📋 copy color: '#815970'

red 129 ◦ green 89 ◦ blue 112

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

Shades of Cosmic #815970

Tints of Cosmic #815970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 39.09%
G = 26.97%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#815970 (or 0x815970) is known color: Cosmic. HEX triplet: 81, 59 and 70. RGB value is (129,89,112). Sum of RGB (Red+Green+Blue) = 129+89+112=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #815970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815970 is #7EA68F. Grayscale: #676767. Windows color (decimal): -8300176 or 7362945. OLE color: 7362945.

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

Color convert

RGB 129 89 112 -
CMYK 0 0.31 0.13 0.49
HSL 325.5º 0.18% 0.43% -
HSV(B) 325.5º 0.31% 0.51% -
XYZ 15.55 12.98 17.02 -
YUV 103.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 129 89 112 0 0.31 0.13 0.49 325.5 0.18 0.43
Hex 81 59 70 0 1F D 31 146 12 2B
Octal 201 131 160 0 37 15 61 506 22 53
Binary 10000001 1011001 1110000 0 11111 1101 110001 101000110 10010 101011

Color Harmonies of #815970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815970

Black with #815970

Text Example


Text Example

White with #815970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815970; }

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

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

background-color css

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

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

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

border-color css

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

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

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