Html Css Color HEX #824969 Cosmic

📋 copy color: '#824969'

red 130 ◦ green 73 ◦ blue 105

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

Shades of Cosmic #824969

Tints of Cosmic #824969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

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

R = 42.21%
G = 23.7%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#824969 (or 0x824969) is known color: Cosmic. HEX triplet: 82, 49 and 69. RGB value is (130,73,105). Sum of RGB (Red+Green+Blue) = 130+73+105=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #824969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824969 is #7DB696. Grayscale: #5D5D5D. Windows color (decimal): -8238743 or 6900098. OLE color: 6900098.

HSL color Cylindrical-coordinate representation of color #824969: hue angle of 326.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824969 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 105 -
CMYK 0 0.44 0.19 0.49
HSL 326.32º 0.28% 0.4% -
HSV(B) 326.32º 0.44% 0.51% -
XYZ 14.14 10.53 14.65 -
YUV 93.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 130 73 105 0 0.44 0.19 0.49 326.32 0.28 0.4
Hex 82 49 69 0 2C 13 31 146 1C 28
Octal 202 111 151 0 54 23 61 506 34 50
Binary 10000010 1001001 1101001 0 101100 10011 110001 101000110 11100 101000

Color Harmonies of #824969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824969

Black with #824969

Text Example


Text Example

White with #824969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824969; }

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

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

background-color css

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

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

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

border-color css

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

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

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