Html Css Color HEX #824064 Cosmic

📋 copy color: '#824064'

red 130 ◦ green 64 ◦ blue 100

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

Shades of Cosmic #824064

Tints of Cosmic #824064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

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

R = 44.22%
G = 21.77%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#824064 (or 0x824064) is known color: Cosmic. HEX triplet: 82, 40 and 64. RGB value is (130,64,100). Sum of RGB (Red+Green+Blue) = 130+64+100=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #824064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824064 is #7DBF9B. Grayscale: #575757. Windows color (decimal): -8241052 or 6570114. OLE color: 6570114.

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

Color convert

RGB 130 64 100 -
CMYK 0 0.51 0.23 0.49
HSL 327.27º 0.34% 0.38% -
HSV(B) 327.27º 0.51% 0.51% -
XYZ 13.34 9.33 13.15 -
YUV 87.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 130 64 100 0 0.51 0.23 0.49 327.27 0.34 0.38
Hex 82 40 64 0 33 17 31 147 22 26
Octal 202 100 144 0 63 27 61 507 42 46
Binary 10000010 1000000 1100100 0 110011 10111 110001 101000111 100010 100110

Color Harmonies of #824064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824064

Black with #824064

Text Example


Text Example

White with #824064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824064; }

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

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

background-color css

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

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

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

border-color css

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

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

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