Html Css Color HEX #824661 Cosmic

📋 copy color: '#824661'

red 130 ◦ green 70 ◦ blue 97

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

Shades of Cosmic #824661

Tints of Cosmic #824661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

 BLUE value IS 97 (38.28% from 255) = 32.66%

R = 43.77%
G = 23.57%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#824661 (or 0x824661) is known color: Cosmic. HEX triplet: 82, 46 and 61. RGB value is (130,70,97). Sum of RGB (Red+Green+Blue) = 130+70+97=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #824661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824661 is #7DB99E. Grayscale: #5A5A5A. Windows color (decimal): -8239519 or 6375042. OLE color: 6375042.

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

Color convert

RGB 130 70 97 -
CMYK 0 0.46 0.25 0.49
HSL 333º 0.3% 0.39% -
HSV(B) 333º 0.46% 0.51% -
XYZ 13.55 9.99 12.52 -
YUV 91.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 130 70 97 0 0.46 0.25 0.49 333 0.3 0.39
Hex 82 46 61 0 2E 19 31 14D 1E 27
Octal 202 106 141 0 56 31 61 515 36 47
Binary 10000010 1000110 1100001 0 101110 11001 110001 101001101 11110 100111

Color Harmonies of #824661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824661

Black with #824661

Text Example


Text Example

White with #824661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824661; }

 p { color: rgb(130,70,97); }

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

background-color css

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

 a { background-color: rgb(130,70,97); }

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

border-color css

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

 span { border-color: rgb(130,70,97); }

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