Html Css Color HEX #815263 Cosmic

📋 copy color: '#815263'

red 129 ◦ green 82 ◦ blue 99

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

Shades of Cosmic #815263

Tints of Cosmic #815263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 41.61%
G = 26.45%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#815263 (or 0x815263) is known color: Cosmic. HEX triplet: 81, 52 and 63. RGB value is (129,82,99). Sum of RGB (Red+Green+Blue) = 129+82+99=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #815263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815263 is #7EAD9C. Grayscale: #616161. Windows color (decimal): -8301981 or 6509185. OLE color: 6509185.

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

Color convert

RGB 129 82 99 -
CMYK 0 0.36 0.23 0.49
HSL 338.3º 0.22% 0.41% -
HSV(B) 338.3º 0.36% 0.51% -
XYZ 14.32 11.6 13.29 -
YUV 97.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 129 82 99 0 0.36 0.23 0.49 338.3 0.22 0.41
Hex 81 52 63 0 24 17 31 152 16 29
Octal 201 122 143 0 44 27 61 522 26 51
Binary 10000001 1010010 1100011 0 100100 10111 110001 101010010 10110 101001

Color Harmonies of #815263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815263

Black with #815263

Text Example


Text Example

White with #815263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815263; }

 p { color: rgb(129,82,99); }

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

background-color css

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

 a { background-color: rgb(129,82,99); }

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

border-color css

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

 span { border-color: rgb(129,82,99); }

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