Html Css Color HEX #824665 Cosmic

📋 copy color: '#824665'

red 130 ◦ green 70 ◦ blue 101

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

Shades of Cosmic #824665

Tints of Cosmic #824665

RGB

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

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

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

R = 43.19%
G = 23.26%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#824665 (or 0x824665) is known color: Cosmic. HEX triplet: 82, 46 and 65. RGB value is (130,70,101). Sum of RGB (Red+Green+Blue) = 130+70+101=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #824665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824665 is #7DB99A. Grayscale: #5B5B5B. Windows color (decimal): -8239515 or 6637186. OLE color: 6637186.

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

Color convert

RGB 130 70 101 -
CMYK 0 0.46 0.22 0.49
HSL 329º 0.3% 0.39% -
HSV(B) 329º 0.46% 0.51% -
XYZ 13.75 10.07 13.53 -
YUV 91.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 130 70 101 0 0.46 0.22 0.49 329 0.3 0.39
Hex 82 46 65 0 2E 16 31 149 1E 27
Octal 202 106 145 0 56 26 61 511 36 47
Binary 10000010 1000110 1100101 0 101110 10110 110001 101001001 11110 100111

Color Harmonies of #824665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824665

Black with #824665

Text Example


Text Example

White with #824665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824665; }

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

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

background-color css

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

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

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

border-color css

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

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

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