Html Css Color HEX #824864 Cosmic

📋 copy color: '#824864'

red 130 ◦ green 72 ◦ blue 100

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

Shades of Cosmic #824864

Tints of Cosmic #824864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

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

R = 43.05%
G = 23.84%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#824864 (or 0x824864) is known color: Cosmic. HEX triplet: 82, 48 and 64. RGB value is (130,72,100). Sum of RGB (Red+Green+Blue) = 130+72+100=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #824864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824864 is #7DB79B. Grayscale: #5C5C5C. Windows color (decimal): -8239004 or 6572162. OLE color: 6572162.

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

Color convert

RGB 130 72 100 -
CMYK 0 0.45 0.23 0.49
HSL 331.03º 0.29% 0.4% -
HSV(B) 331.03º 0.45% 0.51% -
XYZ 13.82 10.3 13.32 -
YUV 92.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 130 72 100 0 0.45 0.23 0.49 331.03 0.29 0.4
Hex 82 48 64 0 2D 17 31 14B 1D 28
Octal 202 110 144 0 55 27 61 513 35 50
Binary 10000010 1001000 1100100 0 101101 10111 110001 101001011 11101 101000

Color Harmonies of #824864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824864

Black with #824864

Text Example


Text Example

White with #824864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824864; }

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

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

background-color css

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

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

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

border-color css

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

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

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