Html Css Color HEX #824065 Cosmic

📋 copy color: '#824065'

red 130 ◦ green 64 ◦ blue 101

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

Shades of Cosmic #824065

Tints of Cosmic #824065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.69%

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

R = 44.07%
G = 21.69%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#824065 (or 0x824065) is known color: Cosmic. HEX triplet: 82, 40 and 65. RGB value is (130,64,101). Sum of RGB (Red+Green+Blue) = 130+64+101=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #824065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824065 is #7DBF9A. Grayscale: #575757. Windows color (decimal): -8241051 or 6635650. OLE color: 6635650.

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

Color convert

RGB 130 64 101 -
CMYK 0 0.51 0.22 0.49
HSL 326.36º 0.34% 0.38% -
HSV(B) 326.36º 0.51% 0.51% -
XYZ 13.39 9.35 13.41 -
YUV 87.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 130 64 101 0 0.51 0.22 0.49 326.36 0.34 0.38
Hex 82 40 65 0 33 16 31 146 22 26
Octal 202 100 145 0 63 26 61 506 42 46
Binary 10000010 1000000 1100101 0 110011 10110 110001 101000110 100010 100110

Color Harmonies of #824065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824065

Black with #824065

Text Example


Text Example

White with #824065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824065; }

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

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

background-color css

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

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

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

border-color css

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

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

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