Html Css Color HEX #824167 Cosmic

📋 copy color: '#824167'

red 130 ◦ green 65 ◦ blue 103

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

Shades of Cosmic #824167

Tints of Cosmic #824167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 43.62%
G = 21.81%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#824167 (or 0x824167) is known color: Cosmic. HEX triplet: 82, 41 and 67. RGB value is (130,65,103). Sum of RGB (Red+Green+Blue) = 130+65+103=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #824167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824167 is #7DBE98. Grayscale: #585858. Windows color (decimal): -8240793 or 6766978. OLE color: 6766978.

HSL color Cylindrical-coordinate representation of color #824167: hue angle of 324.92º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824167 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 103 -
CMYK 0 0.50 0.21 0.49
HSL 324.92º 0.33% 0.38% -
HSV(B) 324.92º 0.5% 0.51% -
XYZ 13.54 9.51 13.95 -
YUV 88.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 130 65 103 0 0.50 0.21 0.49 324.92 0.33 0.38
Hex 82 41 67 0 32 15 31 145 21 26
Octal 202 101 147 0 62 25 61 505 41 46
Binary 10000010 1000001 1100111 0 110010 10101 110001 101000101 100001 100110

Color Harmonies of #824167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824167

Black with #824167

Text Example


Text Example

White with #824167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824167; }

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

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

background-color css

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

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

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

border-color css

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

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

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