Html Css Color HEX #824568 Cosmic

📋 copy color: '#824568'

red 130 ◦ green 69 ◦ blue 104

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

Shades of Cosmic #824568

Tints of Cosmic #824568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 42.9%
G = 22.77%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#824568 (or 0x824568) is known color: Cosmic. HEX triplet: 82, 45 and 68. RGB value is (130,69,104). Sum of RGB (Red+Green+Blue) = 130+69+104=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824568 is #7DBA97. Grayscale: #5B5B5B. Windows color (decimal): -8239768 or 6833538. OLE color: 6833538.

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

Color convert

RGB 130 69 104 -
CMYK 0 0.47 0.2 0.49
HSL 325.57º 0.31% 0.39% -
HSV(B) 325.57º 0.47% 0.51% -
XYZ 13.83 10 14.3 -
YUV 91.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 130 69 104 0 0.47 0.2 0.49 325.57 0.31 0.39
Hex 82 45 68 0 2F 14 31 146 1F 27
Octal 202 105 150 0 57 24 61 506 37 47
Binary 10000010 1000101 1101000 0 101111 10100 110001 101000110 11111 100111

Color Harmonies of #824568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824568

Black with #824568

Text Example


Text Example

White with #824568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824568; }

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

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

background-color css

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

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

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

border-color css

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

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

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