Html Css Color HEX #824F62 Cosmic

📋 copy color: '#824F62'

red 130 ◦ green 79 ◦ blue 98

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

Shades of Cosmic #824F62

Tints of Cosmic #824F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 42.35%
G = 25.73%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#824F62 (or 0x824F62) is known color: Cosmic. HEX triplet: 82, 4F and 62. RGB value is (130,79,98). Sum of RGB (Red+Green+Blue) = 130+79+98=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #824F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F62 is #7DB09D. Grayscale: #606060. Windows color (decimal): -8237214 or 6442882. OLE color: 6442882.

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

Color convert

RGB 130 79 98 -
CMYK 0 0.39 0.25 0.49
HSL 337.65º 0.24% 0.41% -
HSV(B) 337.65º 0.39% 0.51% -
XYZ 14.21 11.22 12.97 -
YUV 96.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 130 79 98 0 0.39 0.25 0.49 337.65 0.24 0.41
Hex 82 4F 62 0 27 19 31 152 18 29
Octal 202 117 142 0 47 31 61 522 30 51
Binary 10000010 1001111 1100010 0 100111 11001 110001 101010010 11000 101001

Color Harmonies of #824F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F62

Black with #824F62

Text Example


Text Example

White with #824F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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