Html Css Color HEX #824159 Cosmic

📋 copy color: '#824159'

red 130 ◦ green 65 ◦ blue 89

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

Shades of Cosmic #824159

Tints of Cosmic #824159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.34%

R = 45.77%
G = 22.89%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824159 (or 0x824159) is known color: Cosmic. HEX triplet: 82, 41 and 59. RGB value is (130,65,89). Sum of RGB (Red+Green+Blue) = 130+65+89=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824159 is #7DBEA6. Grayscale: #575757. Windows color (decimal): -8240807 or 5849474. OLE color: 5849474.

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

Color convert

RGB 130 65 89 -
CMYK 0 0.50 0.32 0.49
HSL 337.85º 0.33% 0.38% -
HSV(B) 337.85º 0.5% 0.51% -
XYZ 12.9 9.25 10.56 -
YUV 87.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 130 65 89 0 0.50 0.32 0.49 337.85 0.33 0.38
Hex 82 41 59 0 32 20 31 152 21 26
Octal 202 101 131 0 62 40 61 522 41 46
Binary 10000010 1000001 1011001 0 110010 100000 110001 101010010 100001 100110

Color Harmonies of #824159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824159

Black with #824159

Text Example


Text Example

White with #824159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824159; }

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

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

background-color css

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

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

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

border-color css

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

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

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