Html Css Color HEX #824F72 Cosmic

📋 copy color: '#824F72'

red 130 ◦ green 79 ◦ blue 114

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

Shades of Cosmic #824F72

Tints of Cosmic #824F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 40.25%
G = 24.46%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824F72 (or 0x824F72) is known color: Cosmic. HEX triplet: 82, 4F and 72. RGB value is (130,79,114). Sum of RGB (Red+Green+Blue) = 130+79+114=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #824F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F72 is #7DB08D. Grayscale: #626262. Windows color (decimal): -8237198 or 7491458. OLE color: 7491458.

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

Color convert

RGB 130 79 114 -
CMYK 0 0.39 0.12 0.49
HSL 318.82º 0.24% 0.41% -
HSV(B) 318.82º 0.39% 0.51% -
XYZ 15.04 11.55 17.36 -
YUV 98.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 130 79 114 0 0.39 0.12 0.49 318.82 0.24 0.41
Hex 82 4F 72 0 27 C 31 13F 18 29
Octal 202 117 162 0 47 14 61 477 30 51
Binary 10000010 1001111 1110010 0 100111 1100 110001 100111111 11000 101001

Color Harmonies of #824F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F72

Black with #824F72

Text Example


Text Example

White with #824F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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