Html Css Color HEX #824569 Cosmic

📋 copy color: '#824569'

red 130 ◦ green 69 ◦ blue 105

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

Shades of Cosmic #824569

Tints of Cosmic #824569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 42.76%
G = 22.7%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#824569 (or 0x824569) is known color: Cosmic. HEX triplet: 82, 45 and 69. RGB value is (130,69,105). Sum of RGB (Red+Green+Blue) = 130+69+105=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824569 is #7DBA96. Grayscale: #5B5B5B. Windows color (decimal): -8239767 or 6899074. OLE color: 6899074.

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

Color convert

RGB 130 69 105 -
CMYK 0 0.47 0.19 0.49
HSL 324.59º 0.31% 0.39% -
HSV(B) 324.59º 0.47% 0.51% -
XYZ 13.88 10.02 14.57 -
YUV 91.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 130 69 105 0 0.47 0.19 0.49 324.59 0.31 0.39
Hex 82 45 69 0 2F 13 31 145 1F 27
Octal 202 105 151 0 57 23 61 505 37 47
Binary 10000010 1000101 1101001 0 101111 10011 110001 101000101 11111 100111

Color Harmonies of #824569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824569

Black with #824569

Text Example


Text Example

White with #824569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824569; }

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

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

background-color css

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

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

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

border-color css

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

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

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