Html Css Color HEX #824959 Cosmic

📋 copy color: '#824959'

red 130 ◦ green 73 ◦ blue 89

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

Shades of Cosmic #824959

Tints of Cosmic #824959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

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

R = 44.52%
G = 25%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824959 (or 0x824959) is known color: Cosmic. HEX triplet: 82, 49 and 59. RGB value is (130,73,89). Sum of RGB (Red+Green+Blue) = 130+73+89=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #824959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824959 is #7DB6A6. Grayscale: #5B5B5B. Windows color (decimal): -8238759 or 5851522. OLE color: 5851522.

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

Color convert

RGB 130 73 89 -
CMYK 0 0.44 0.32 0.49
HSL 343.16º 0.28% 0.4% -
HSV(B) 343.16º 0.44% 0.51% -
XYZ 13.39 10.23 10.72 -
YUV 91.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 130 73 89 0 0.44 0.32 0.49 343.16 0.28 0.4
Hex 82 49 59 0 2C 20 31 157 1C 28
Octal 202 111 131 0 54 40 61 527 34 50
Binary 10000010 1001001 1011001 0 101100 100000 110001 101010111 11100 101000

Color Harmonies of #824959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824959

Black with #824959

Text Example


Text Example

White with #824959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824959; }

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

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

background-color css

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

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

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

border-color css

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

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

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