Html Css Color HEX #824F6A Cosmic

📋 copy color: '#824F6A'

red 130 ◦ green 79 ◦ blue 106

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

Shades of Cosmic #824F6A

Tints of Cosmic #824F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 41.27%
G = 25.08%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#824F6A (or 0x824F6A) is known color: Cosmic. HEX triplet: 82, 4F and 6A. RGB value is (130,79,106). Sum of RGB (Red+Green+Blue) = 130+79+106=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F6A is #7DB095. Grayscale: #616161. Windows color (decimal): -8237206 or 6967170. OLE color: 6967170.

HSL color Cylindrical-coordinate representation of color #824F6A: hue angle of 328.24º 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 #824F6A is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 79 106 -
CMYK 0 0.39 0.18 0.49
HSL 328.24º 0.24% 0.41% -
HSV(B) 328.24º 0.39% 0.51% -
XYZ 14.6 11.38 15.06 -
YUV 97.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 130 79 106 0 0.39 0.18 0.49 328.24 0.24 0.41
Hex 82 4F 6A 0 27 12 31 148 18 29
Octal 202 117 152 0 47 22 61 510 30 51
Binary 10000010 1001111 1101010 0 100111 10010 110001 101001000 11000 101001

Color Harmonies of #824F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F6A

Black with #824F6A

Text Example


Text Example

White with #824F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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