Html Css Color HEX #824765 Cosmic

📋 copy color: '#824765'

red 130 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #824765

Tints of Cosmic #824765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

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

R = 43.05%
G = 23.51%
B = 33.44%

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

#824765 (or 0x824765) is known color: Cosmic. HEX triplet: 82, 47 and 65. RGB value is (130,71,101). Sum of RGB (Red+Green+Blue) = 130+71+101=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #824765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824765 is #7DB89A. Grayscale: #5C5C5C. Windows color (decimal): -8239259 or 6637442. OLE color: 6637442.

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

Color convert

RGB 130 71 101 -
CMYK 0 0.45 0.22 0.49
HSL 329.49º 0.29% 0.39% -
HSV(B) 329.49º 0.45% 0.51% -
XYZ 13.81 10.19 13.55 -
YUV 92.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 130 71 101 0 0.45 0.22 0.49 329.49 0.29 0.39
Hex 82 47 65 0 2D 16 31 149 1D 27
Octal 202 107 145 0 55 26 61 511 35 47
Binary 10000010 1000111 1100101 0 101101 10110 110001 101001001 11101 100111

Color Harmonies of #824765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824765

Black with #824765

Text Example


Text Example

White with #824765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824765; }

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

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

background-color css

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

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

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

border-color css

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

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

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