Html Css Color HEX #815262 Cosmic

📋 copy color: '#815262'

red 129 ◦ green 82 ◦ blue 98

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

Shades of Cosmic #815262

Tints of Cosmic #815262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 41.75%
G = 26.54%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#815262 (or 0x815262) is known color: Cosmic. HEX triplet: 81, 52 and 62. RGB value is (129,82,98). Sum of RGB (Red+Green+Blue) = 129+82+98=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #815262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815262 is #7EAD9D. Grayscale: #616161. Windows color (decimal): -8301982 or 6443649. OLE color: 6443649.

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

Color convert

RGB 129 82 98 -
CMYK 0 0.36 0.24 0.49
HSL 339.57º 0.22% 0.41% -
HSV(B) 339.57º 0.36% 0.51% -
XYZ 14.28 11.58 13.04 -
YUV 97.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 129 82 98 0 0.36 0.24 0.49 339.57 0.22 0.41
Hex 81 52 62 0 24 18 31 154 16 29
Octal 201 122 142 0 44 30 61 524 26 51
Binary 10000001 1010010 1100010 0 100100 11000 110001 101010100 10110 101001

Color Harmonies of #815262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815262

Black with #815262

Text Example


Text Example

White with #815262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815262; }

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

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

background-color css

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

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

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

border-color css

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

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

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