Html Css Color HEX #824067 Cosmic

📋 copy color: '#824067'

red 130 ◦ green 64 ◦ blue 103

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

Shades of Cosmic #824067

Tints of Cosmic #824067

RGB

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

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

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

R = 43.77%
G = 21.55%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#824067 (or 0x824067) is known color: Cosmic. HEX triplet: 82, 40 and 67. RGB value is (130,64,103). Sum of RGB (Red+Green+Blue) = 130+64+103=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #824067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824067 is #7DBF98. Grayscale: #585858. Windows color (decimal): -8241049 or 6766722. OLE color: 6766722.

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

Color convert

RGB 130 64 103 -
CMYK 0 0.51 0.21 0.49
HSL 324.55º 0.34% 0.38% -
HSV(B) 324.55º 0.51% 0.51% -
XYZ 13.49 9.39 13.93 -
YUV 88.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 130 64 103 0 0.51 0.21 0.49 324.55 0.34 0.38
Hex 82 40 67 0 33 15 31 145 22 26
Octal 202 100 147 0 63 25 61 505 42 46
Binary 10000010 1000000 1100111 0 110011 10101 110001 101000101 100010 100110

Color Harmonies of #824067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824067

Black with #824067

Text Example


Text Example

White with #824067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824067; }

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

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

background-color css

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

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

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

border-color css

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

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

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