Html Css Color HEX #824F69 Cosmic

📋 copy color: '#824F69'

red 130 ◦ green 79 ◦ blue 105

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

Shades of Cosmic #824F69

Tints of Cosmic #824F69

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

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

R = 41.4%
G = 25.16%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#824F69 (or 0x824F69) is known color: Cosmic. HEX triplet: 82, 4F and 69. RGB value is (130,79,105). Sum of RGB (Red+Green+Blue) = 130+79+105=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #824F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F69 is #7DB096. Grayscale: #616161. Windows color (decimal): -8237207 or 6901634. OLE color: 6901634.

HSL color Cylindrical-coordinate representation of color #824F69: hue angle of 329.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #824F69 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 79 105 -
CMYK 0 0.39 0.19 0.49
HSL 329.41º 0.24% 0.41% -
HSV(B) 329.41º 0.39% 0.51% -
XYZ 14.55 11.36 14.79 -
YUV 97.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 130 79 105 0 0.39 0.19 0.49 329.41 0.24 0.41
Hex 82 4F 69 0 27 13 31 149 18 29
Octal 202 117 151 0 47 23 61 511 30 51
Binary 10000010 1001111 1101001 0 100111 10011 110001 101001001 11000 101001

Color Harmonies of #824F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F69

Black with #824F69

Text Example


Text Example

White with #824F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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