Html Css Color HEX #824364 Cosmic

📋 copy color: '#824364'

red 130 ◦ green 67 ◦ blue 100

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

Shades of Cosmic #824364

Tints of Cosmic #824364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 43.77%
G = 22.56%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#824364 (or 0x824364) is known color: Cosmic. HEX triplet: 82, 43 and 64. RGB value is (130,67,100). Sum of RGB (Red+Green+Blue) = 130+67+100=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #824364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824364 is #7DBC9B. Grayscale: #595959. Windows color (decimal): -8240284 or 6570882. OLE color: 6570882.

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

Color convert

RGB 130 67 100 -
CMYK 0 0.48 0.23 0.49
HSL 328.57º 0.32% 0.39% -
HSV(B) 328.57º 0.48% 0.51% -
XYZ 13.51 9.68 13.21 -
YUV 89.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 130 67 100 0 0.48 0.23 0.49 328.57 0.32 0.39
Hex 82 43 64 0 30 17 31 149 20 27
Octal 202 103 144 0 60 27 61 511 40 47
Binary 10000010 1000011 1100100 0 110000 10111 110001 101001001 100000 100111

Color Harmonies of #824364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824364

Black with #824364

Text Example


Text Example

White with #824364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824364; }

 p { color: rgb(130,67,100); }

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

background-color css

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

 a { background-color: rgb(130,67,100); }

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

border-color css

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

 span { border-color: rgb(130,67,100); }

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