Html Css Color HEX #81526B Cosmic

📋 copy color: '#81526B'

red 129 ◦ green 82 ◦ blue 107

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

Shades of Cosmic #81526B

Tints of Cosmic #81526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 40.57%
G = 25.79%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81526B (or 0x81526B) is known color: Cosmic. HEX triplet: 81, 52 and 6B. RGB value is (129,82,107). Sum of RGB (Red+Green+Blue) = 129+82+107=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #81526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81526B is #7EAD94. Grayscale: #626262. Windows color (decimal): -8301973 or 7033473. OLE color: 7033473.

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

Color convert

RGB 129 82 107 -
CMYK 0 0.36 0.17 0.49
HSL 328.09º 0.22% 0.41% -
HSV(B) 328.09º 0.36% 0.51% -
XYZ 14.72 11.76 15.4 -
YUV 98.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 129 82 107 0 0.36 0.17 0.49 328.09 0.22 0.41
Hex 81 52 6B 0 24 11 31 148 16 29
Octal 201 122 153 0 44 21 61 510 26 51
Binary 10000001 1010010 1101011 0 100100 10001 110001 101001000 10110 101001

Color Harmonies of #81526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81526B

Black with #81526B

Text Example


Text Example

White with #81526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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