Html Css Color HEX #824565 Cosmic

📋 copy color: '#824565'

red 130 ◦ green 69 ◦ blue 101

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

Shades of Cosmic #824565

Tints of Cosmic #824565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 43.33%
G = 23%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#824565 (or 0x824565) is known color: Cosmic. HEX triplet: 82, 45 and 65. RGB value is (130,69,101). Sum of RGB (Red+Green+Blue) = 130+69+101=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #824565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824565 is #7DBA9A. Grayscale: #5A5A5A. Windows color (decimal): -8239771 or 6636930. OLE color: 6636930.

HSL color Cylindrical-coordinate representation of color #824565: hue angle of 328.52º 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 #824565 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 101 -
CMYK 0 0.47 0.22 0.49
HSL 328.52º 0.31% 0.39% -
HSV(B) 328.52º 0.47% 0.51% -
XYZ 13.68 9.94 13.51 -
YUV 90.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 130 69 101 0 0.47 0.22 0.49 328.52 0.31 0.39
Hex 82 45 65 0 2F 16 31 149 1F 27
Octal 202 105 145 0 57 26 61 511 37 47
Binary 10000010 1000101 1100101 0 101111 10110 110001 101001001 11111 100111

Color Harmonies of #824565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824565

Black with #824565

Text Example


Text Example

White with #824565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824565; }

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

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

background-color css

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

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

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

border-color css

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

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

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