Html Css Color HEX #824571 Cosmic

📋 copy color: '#824571'

red 130 ◦ green 69 ◦ blue 113

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

Shades of Cosmic #824571

Tints of Cosmic #824571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 41.67%
G = 22.12%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#824571 (or 0x824571) is known color: Cosmic. HEX triplet: 82, 45 and 71. RGB value is (130,69,113). Sum of RGB (Red+Green+Blue) = 130+69+113=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824571 is #7DBA8E. Grayscale: #5C5C5C. Windows color (decimal): -8239759 or 7423362. OLE color: 7423362.

HSL color Cylindrical-coordinate representation of color #824571: hue angle of 316.72º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824571 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 113 -
CMYK 0 0.47 0.13 0.49
HSL 316.72º 0.31% 0.39% -
HSV(B) 316.72º 0.47% 0.51% -
XYZ 14.31 10.19 16.84 -
YUV 92.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 130 69 113 0 0.47 0.13 0.49 316.72 0.31 0.39
Hex 82 45 71 0 2F D 31 13D 1F 27
Octal 202 105 161 0 57 15 61 475 37 47
Binary 10000010 1000101 1110001 0 101111 1101 110001 100111101 11111 100111

Color Harmonies of #824571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824571

Black with #824571

Text Example


Text Example

White with #824571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824571; }

 p { color: rgb(130,69,113); }

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

background-color css

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

 a { background-color: rgb(130,69,113); }

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

border-color css

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

 span { border-color: rgb(130,69,113); }

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