Html Css Color HEX #815267 Cosmic

📋 copy color: '#815267'

red 129 ◦ green 82 ◦ blue 103

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

Shades of Cosmic #815267

Tints of Cosmic #815267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 41.08%
G = 26.11%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#815267 (or 0x815267) is known color: Cosmic. HEX triplet: 81, 52 and 67. RGB value is (129,82,103). Sum of RGB (Red+Green+Blue) = 129+82+103=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815267 is #7EAD98. Grayscale: #626262. Windows color (decimal): -8301977 or 6771329. OLE color: 6771329.

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

Color convert

RGB 129 82 103 -
CMYK 0 0.36 0.20 0.49
HSL 333.19º 0.22% 0.41% -
HSV(B) 333.19º 0.36% 0.51% -
XYZ 14.52 11.68 14.32 -
YUV 98.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 129 82 103 0 0.36 0.20 0.49 333.19 0.22 0.41
Hex 81 52 67 0 24 14 31 14D 16 29
Octal 201 122 147 0 44 24 61 515 26 51
Binary 10000001 1010010 1100111 0 100100 10100 110001 101001101 10110 101001

Color Harmonies of #815267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815267

Black with #815267

Text Example


Text Example

White with #815267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815267; }

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

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

background-color css

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

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

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

border-color css

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

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

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