Html Css Color HEX #824863 Cosmic

📋 copy color: '#824863'

red 130 ◦ green 72 ◦ blue 99

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

Shades of Cosmic #824863

Tints of Cosmic #824863

RGB

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

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

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

R = 43.19%
G = 23.92%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#824863 (or 0x824863) is known color: Cosmic. HEX triplet: 82, 48 and 63. RGB value is (130,72,99). Sum of RGB (Red+Green+Blue) = 130+72+99=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #824863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824863 is #7DB79C. Grayscale: #5C5C5C. Windows color (decimal): -8239005 or 6506626. OLE color: 6506626.

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

Color convert

RGB 130 72 99 -
CMYK 0 0.45 0.24 0.49
HSL 332.07º 0.29% 0.4% -
HSV(B) 332.07º 0.45% 0.51% -
XYZ 13.78 10.28 13.06 -
YUV 92.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 130 72 99 0 0.45 0.24 0.49 332.07 0.29 0.4
Hex 82 48 63 0 2D 18 31 14C 1D 28
Octal 202 110 143 0 55 30 61 514 35 50
Binary 10000010 1001000 1100011 0 101101 11000 110001 101001100 11101 101000

Color Harmonies of #824863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824863

Black with #824863

Text Example


Text Example

White with #824863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824863; }

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

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

background-color css

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

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

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

border-color css

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

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

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