Html Css Color HEX #824F67 Cosmic

📋 copy color: '#824F67'

red 130 ◦ green 79 ◦ blue 103

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

Shades of Cosmic #824F67

Tints of Cosmic #824F67

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.32%

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

R = 41.67%
G = 25.32%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#824F67 (or 0x824F67) is known color: Cosmic. HEX triplet: 82, 4F and 67. RGB value is (130,79,103). Sum of RGB (Red+Green+Blue) = 130+79+103=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F67 is #7DB098. Grayscale: #606060. Windows color (decimal): -8237209 or 6770562. OLE color: 6770562.

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

Color convert

RGB 130 79 103 -
CMYK 0 0.39 0.21 0.49
HSL 331.76º 0.24% 0.41% -
HSV(B) 331.76º 0.39% 0.51% -
XYZ 14.45 11.32 14.25 -
YUV 96.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 130 79 103 0 0.39 0.21 0.49 331.76 0.24 0.41
Hex 82 4F 67 0 27 15 31 14C 18 29
Octal 202 117 147 0 47 25 61 514 30 51
Binary 10000010 1001111 1100111 0 100111 10101 110001 101001100 11000 101001

Color Harmonies of #824F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F67

Black with #824F67

Text Example


Text Example

White with #824F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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