Html Css Color HEX #824469 Cosmic

📋 copy color: '#824469'

red 130 ◦ green 68 ◦ blue 105

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

Shades of Cosmic #824469

Tints of Cosmic #824469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 42.9%
G = 22.44%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#824469 (or 0x824469) is known color: Cosmic. HEX triplet: 82, 44 and 69. RGB value is (130,68,105). Sum of RGB (Red+Green+Blue) = 130+68+105=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824469 is #7DBB96. Grayscale: #5A5A5A. Windows color (decimal): -8240023 or 6898818. OLE color: 6898818.

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

Color convert

RGB 130 68 105 -
CMYK 0 0.48 0.19 0.49
HSL 324.19º 0.31% 0.39% -
HSV(B) 324.19º 0.48% 0.51% -
XYZ 13.82 9.9 14.55 -
YUV 90.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 130 68 105 0 0.48 0.19 0.49 324.19 0.31 0.39
Hex 82 44 69 0 30 13 31 144 1F 27
Octal 202 104 151 0 60 23 61 504 37 47
Binary 10000010 1000100 1101001 0 110000 10011 110001 101000100 11111 100111

Color Harmonies of #824469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824469

Black with #824469

Text Example


Text Example

White with #824469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824469; }

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

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

background-color css

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

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

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

border-color css

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

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

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