Html Css Color HEX #824164 Cosmic

📋 copy color: '#824164'

red 130 ◦ green 65 ◦ blue 100

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

Shades of Cosmic #824164

Tints of Cosmic #824164

RGB

 RED value IS 130 (51.17% from 255) = 44.07%

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 44.07%
G = 22.03%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#824164 (or 0x824164) is known color: Cosmic. HEX triplet: 82, 41 and 64. RGB value is (130,65,100). Sum of RGB (Red+Green+Blue) = 130+65+100=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #824164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824164 is #7DBE9B. Grayscale: #585858. Windows color (decimal): -8240796 or 6570370. OLE color: 6570370.

HSL color Cylindrical-coordinate representation of color #824164: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824164 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 100 -
CMYK 0 0.50 0.23 0.49
HSL 327.69º 0.33% 0.38% -
HSV(B) 327.69º 0.5% 0.51% -
XYZ 13.4 9.45 13.17 -
YUV 88.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 130 65 100 0 0.50 0.23 0.49 327.69 0.33 0.38
Hex 82 41 64 0 32 17 31 148 21 26
Octal 202 101 144 0 62 27 61 510 41 46
Binary 10000010 1000001 1100100 0 110010 10111 110001 101001000 100001 100110

Color Harmonies of #824164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824164

Black with #824164

Text Example


Text Example

White with #824164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824164; }

 p { color: rgb(130,65,100); }

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

background-color css

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

 a { background-color: rgb(130,65,100); }

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

border-color css

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

 span { border-color: rgb(130,65,100); }

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