Html Css Color HEX #824F64 Cosmic

📋 copy color: '#824F64'

red 130 ◦ green 79 ◦ blue 100

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

Shades of Cosmic #824F64

Tints of Cosmic #824F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 42.07%
G = 25.57%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#824F64 (or 0x824F64) is known color: Cosmic. HEX triplet: 82, 4F and 64. RGB value is (130,79,100). Sum of RGB (Red+Green+Blue) = 130+79+100=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #824F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F64 is #7DB09B. Grayscale: #606060. Windows color (decimal): -8237212 or 6573954. OLE color: 6573954.

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

Color convert

RGB 130 79 100 -
CMYK 0 0.39 0.23 0.49
HSL 335.29º 0.24% 0.41% -
HSV(B) 335.29º 0.39% 0.51% -
XYZ 14.3 11.26 13.48 -
YUV 96.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 130 79 100 0 0.39 0.23 0.49 335.29 0.24 0.41
Hex 82 4F 64 0 27 17 31 14F 18 29
Octal 202 117 144 0 47 27 61 517 30 51
Binary 10000010 1001111 1100100 0 100111 10111 110001 101001111 11000 101001

Color Harmonies of #824F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F64

Black with #824F64

Text Example


Text Example

White with #824F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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