Html Css Color HEX #824467 Cosmic

📋 copy color: '#824467'

red 130 ◦ green 68 ◦ blue 103

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

Shades of Cosmic #824467

Tints of Cosmic #824467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 43.19%
G = 22.59%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#824467 (or 0x824467) is known color: Cosmic. HEX triplet: 82, 44 and 67. RGB value is (130,68,103). Sum of RGB (Red+Green+Blue) = 130+68+103=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #824467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824467 is #7DBB98. Grayscale: #5A5A5A. Windows color (decimal): -8240025 or 6767746. OLE color: 6767746.

HSL color Cylindrical-coordinate representation of color #824467: hue angle of 326.13º degrees, saturation: 0.31, 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 #824467 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 103 -
CMYK 0 0.48 0.21 0.49
HSL 326.13º 0.31% 0.39% -
HSV(B) 326.13º 0.48% 0.51% -
XYZ 13.72 9.86 14.01 -
YUV 90.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 130 68 103 0 0.48 0.21 0.49 326.13 0.31 0.39
Hex 82 44 67 0 30 15 31 146 1F 27
Octal 202 104 147 0 60 25 61 506 37 47
Binary 10000010 1000100 1100111 0 110000 10101 110001 101000110 11111 100111

Color Harmonies of #824467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824467

Black with #824467

Text Example


Text Example

White with #824467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824467; }

 p { color: rgb(130,68,103); }

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

background-color css

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

 a { background-color: rgb(130,68,103); }

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

border-color css

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

 span { border-color: rgb(130,68,103); }

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