Html Css Color HEX #824865 Cosmic

📋 copy color: '#824865'

red 130 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #824865

Tints of Cosmic #824865

RGB

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

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

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

R = 42.9%
G = 23.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#824865 (or 0x824865) is known color: Cosmic. HEX triplet: 82, 48 and 65. RGB value is (130,72,101). Sum of RGB (Red+Green+Blue) = 130+72+101=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824865 is #7DB79A. Grayscale: #5C5C5C. Windows color (decimal): -8239003 or 6637698. OLE color: 6637698.

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

Color convert

RGB 130 72 101 -
CMYK 0 0.45 0.22 0.49
HSL 330º 0.29% 0.4% -
HSV(B) 330º 0.45% 0.51% -
XYZ 13.87 10.32 13.57 -
YUV 92.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 130 72 101 0 0.45 0.22 0.49 330 0.29 0.4
Hex 82 48 65 0 2D 16 31 14A 1D 28
Octal 202 110 145 0 55 26 61 512 35 50
Binary 10000010 1001000 1100101 0 101101 10110 110001 101001010 11101 101000

Color Harmonies of #824865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824865

Black with #824865

Text Example


Text Example

White with #824865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824865; }

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

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

background-color css

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

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

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

border-color css

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

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

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