Html Css Color HEX #824867 Cosmic

📋 copy color: '#824867'

red 130 ◦ green 72 ◦ blue 103

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

Shades of Cosmic #824867

Tints of Cosmic #824867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

 BLUE value IS 103 (40.63% from 255) = 33.77%

R = 42.62%
G = 23.61%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#824867 (or 0x824867) is known color: Cosmic. HEX triplet: 82, 48 and 67. RGB value is (130,72,103). Sum of RGB (Red+Green+Blue) = 130+72+103=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #824867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824867 is #7DB798. Grayscale: #5C5C5C. Windows color (decimal): -8239001 or 6768770. OLE color: 6768770.

HSL color Cylindrical-coordinate representation of color #824867: hue angle of 327.93º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824867 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 103 -
CMYK 0 0.45 0.21 0.49
HSL 327.93º 0.29% 0.4% -
HSV(B) 327.93º 0.45% 0.51% -
XYZ 13.97 10.36 14.1 -
YUV 92.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 130 72 103 0 0.45 0.21 0.49 327.93 0.29 0.4
Hex 82 48 67 0 2D 15 31 148 1D 28
Octal 202 110 147 0 55 25 61 510 35 50
Binary 10000010 1001000 1100111 0 101101 10101 110001 101001000 11101 101000

Color Harmonies of #824867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824867

Black with #824867

Text Example


Text Example

White with #824867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824867; }

 p { color: rgb(130,72,103); }

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

background-color css

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

 a { background-color: rgb(130,72,103); }

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

border-color css

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

 span { border-color: rgb(130,72,103); }

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