Html Css Color HEX #824659 Cosmic

📋 copy color: '#824659'

red 130 ◦ green 70 ◦ blue 89

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

Shades of Cosmic #824659

Tints of Cosmic #824659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

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

R = 44.98%
G = 24.22%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824659 (or 0x824659) is known color: Cosmic. HEX triplet: 82, 46 and 59. RGB value is (130,70,89). Sum of RGB (Red+Green+Blue) = 130+70+89=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #824659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824659 is #7DB9A6. Grayscale: #5A5A5A. Windows color (decimal): -8239527 or 5850754. OLE color: 5850754.

HSL color Cylindrical-coordinate representation of color #824659: hue angle of 341º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824659 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 89 -
CMYK 0 0.46 0.32 0.49
HSL 341º 0.3% 0.39% -
HSV(B) 341º 0.46% 0.51% -
XYZ 13.2 9.85 10.66 -
YUV 90.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 130 70 89 0 0.46 0.32 0.49 341 0.3 0.39
Hex 82 46 59 0 2E 20 31 155 1E 27
Octal 202 106 131 0 56 40 61 525 36 47
Binary 10000010 1000110 1011001 0 101110 100000 110001 101010101 11110 100111

Color Harmonies of #824659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824659

Black with #824659

Text Example


Text Example

White with #824659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824659; }

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

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

background-color css

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

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

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

border-color css

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

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

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