Html Css Color HEX #824564 Cosmic

📋 copy color: '#824564'

red 130 ◦ green 69 ◦ blue 100

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

Shades of Cosmic #824564

Tints of Cosmic #824564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 43.48%
G = 23.08%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#824564 (or 0x824564) is known color: Cosmic. HEX triplet: 82, 45 and 64. RGB value is (130,69,100). Sum of RGB (Red+Green+Blue) = 130+69+100=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #824564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824564 is #7DBA9B. Grayscale: #5A5A5A. Windows color (decimal): -8239772 or 6571394. OLE color: 6571394.

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

Color convert

RGB 130 69 100 -
CMYK 0 0.47 0.23 0.49
HSL 329.51º 0.31% 0.39% -
HSV(B) 329.51º 0.47% 0.51% -
XYZ 13.63 9.92 13.25 -
YUV 90.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 130 69 100 0 0.47 0.23 0.49 329.51 0.31 0.39
Hex 82 45 64 0 2F 17 31 14A 1F 27
Octal 202 105 144 0 57 27 61 512 37 47
Binary 10000010 1000101 1100100 0 101111 10111 110001 101001010 11111 100111

Color Harmonies of #824564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824564

Black with #824564

Text Example


Text Example

White with #824564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824564; }

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

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

background-color css

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

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

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

border-color css

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

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

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