Html Css Color HEX #824E6E Cosmic

📋 copy color: '#824E6E'

red 130 ◦ green 78 ◦ blue 110

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

Shades of Cosmic #824E6E

Tints of Cosmic #824E6E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.53%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 40.88%
G = 24.53%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#824E6E (or 0x824E6E) is known color: Cosmic. HEX triplet: 82, 4E and 6E. RGB value is (130,78,110). Sum of RGB (Red+Green+Blue) = 130+78+110=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #824E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E6E is #7DB191. Grayscale: #616161. Windows color (decimal): -8237458 or 7229058. OLE color: 7229058.

HSL color Cylindrical-coordinate representation of color #824E6E: hue angle of 323.08º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E6E is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 110 -
CMYK 0 0.40 0.15 0.49
HSL 323.08º 0.25% 0.41% -
HSV(B) 323.08º 0.4% 0.51% -
XYZ 14.74 11.32 16.16 -
YUV 97.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 130 78 110 0 0.40 0.15 0.49 323.08 0.25 0.41
Hex 82 4E 6E 0 28 F 31 143 19 29
Octal 202 116 156 0 50 17 61 503 31 51
Binary 10000010 1001110 1101110 0 101000 1111 110001 101000011 11001 101001

Color Harmonies of #824E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E6E

Black with #824E6E

Text Example


Text Example

White with #824E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,78,110); }

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

background-color css

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

 a { background-color: rgb(130,78,110); }

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

border-color css

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

 span { border-color: rgb(130,78,110); }

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