Html Css Color HEX #815364 Cosmic

📋 copy color: '#815364'

red 129 ◦ green 83 ◦ blue 100

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

Shades of Cosmic #815364

Tints of Cosmic #815364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 41.35%
G = 26.6%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#815364 (or 0x815364) is known color: Cosmic. HEX triplet: 81, 53 and 64. RGB value is (129,83,100). Sum of RGB (Red+Green+Blue) = 129+83+100=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #815364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815364 is #7EAC9B. Grayscale: #626262. Windows color (decimal): -8301724 or 6574977. OLE color: 6574977.

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

Color convert

RGB 129 83 100 -
CMYK 0 0.36 0.22 0.49
HSL 337.83º 0.22% 0.42% -
HSV(B) 337.83º 0.36% 0.51% -
XYZ 14.45 11.77 13.57 -
YUV 98.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 129 83 100 0 0.36 0.22 0.49 337.83 0.22 0.42
Hex 81 53 64 0 24 16 31 152 16 2A
Octal 201 123 144 0 44 26 61 522 26 52
Binary 10000001 1010011 1100100 0 100100 10110 110001 101010010 10110 101010

Color Harmonies of #815364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815364

Black with #815364

Text Example


Text Example

White with #815364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815364; }

 p { color: rgb(129,83,100); }

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

background-color css

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

 a { background-color: rgb(129,83,100); }

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

border-color css

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

 span { border-color: rgb(129,83,100); }

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