Html Css Color HEX #824558 Cosmic

📋 copy color: '#824558'

red 130 ◦ green 69 ◦ blue 88

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

Shades of Cosmic #824558

Tints of Cosmic #824558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 45.3%
G = 24.04%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#824558 (or 0x824558) is known color: Cosmic. HEX triplet: 82, 45 and 58. RGB value is (130,69,88). Sum of RGB (Red+Green+Blue) = 130+69+88=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #824558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824558 is #7DBAA7. Grayscale: #595959. Windows color (decimal): -8239784 or 5784962. OLE color: 5784962.

HSL color Cylindrical-coordinate representation of color #824558: hue angle of 341.31º 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 #824558 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 88 -
CMYK 0 0.47 0.32 0.49
HSL 341.31º 0.31% 0.39% -
HSV(B) 341.31º 0.47% 0.51% -
XYZ 13.1 9.71 10.42 -
YUV 89.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 130 69 88 0 0.47 0.32 0.49 341.31 0.31 0.39
Hex 82 45 58 0 2F 20 31 155 1F 27
Octal 202 105 130 0 57 40 61 525 37 47
Binary 10000010 1000101 1011000 0 101111 100000 110001 101010101 11111 100111

Color Harmonies of #824558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824558

Black with #824558

Text Example


Text Example

White with #824558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824558; }

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

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

background-color css

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

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

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

border-color css

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

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

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