Html Css Color HEX #824563 Cosmic

📋 copy color: '#824563'

red 130 ◦ green 69 ◦ blue 99

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

Shades of Cosmic #824563

Tints of Cosmic #824563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 43.62%
G = 23.15%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#824563 (or 0x824563) is known color: Cosmic. HEX triplet: 82, 45 and 63. RGB value is (130,69,99). Sum of RGB (Red+Green+Blue) = 130+69+99=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #824563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824563 is #7DBA9C. Grayscale: #5A5A5A. Windows color (decimal): -8239773 or 6505858. OLE color: 6505858.

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

Color convert

RGB 130 69 99 -
CMYK 0 0.47 0.24 0.49
HSL 330.49º 0.31% 0.39% -
HSV(B) 330.49º 0.47% 0.51% -
XYZ 13.59 9.9 13 -
YUV 90.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 130 69 99 0 0.47 0.24 0.49 330.49 0.31 0.39
Hex 82 45 63 0 2F 18 31 14A 1F 27
Octal 202 105 143 0 57 30 61 512 37 47
Binary 10000010 1000101 1100011 0 101111 11000 110001 101001010 11111 100111

Color Harmonies of #824563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824563

Black with #824563

Text Example


Text Example

White with #824563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824563; }

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

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

background-color css

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

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

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

border-color css

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

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

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