Html Css Color HEX #824667 Cosmic

📋 copy color: '#824667'

red 130 ◦ green 70 ◦ blue 103

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

Shades of Cosmic #824667

Tints of Cosmic #824667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 42.9%
G = 23.1%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#824667 (or 0x824667) is known color: Cosmic. HEX triplet: 82, 46 and 67. RGB value is (130,70,103). Sum of RGB (Red+Green+Blue) = 130+70+103=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824667 is #7DB998. Grayscale: #5B5B5B. Windows color (decimal): -8239513 or 6768258. OLE color: 6768258.

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

Color convert

RGB 130 70 103 -
CMYK 0 0.46 0.21 0.49
HSL 327º 0.3% 0.39% -
HSV(B) 327º 0.46% 0.51% -
XYZ 13.84 10.11 14.05 -
YUV 91.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 130 70 103 0 0.46 0.21 0.49 327 0.3 0.39
Hex 82 46 67 0 2E 15 31 147 1E 27
Octal 202 106 147 0 56 25 61 507 36 47
Binary 10000010 1000110 1100111 0 101110 10101 110001 101000111 11110 100111

Color Harmonies of #824667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824667

Black with #824667

Text Example


Text Example

White with #824667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824667; }

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

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

background-color css

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

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

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

border-color css

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

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

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