Html Css Color HEX #844F65 Cosmic

📋 copy color: '#844F65'

red 132 ◦ green 79 ◦ blue 101

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

Shades of Cosmic #844F65

Tints of Cosmic #844F65

RGB

 RED value IS 132 (51.95% from 255) = 42.31%

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 42.31%
G = 25.32%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844F65 (or 0x844F65) is known color: Cosmic. HEX triplet: 84, 4F and 65. RGB value is (132,79,101). Sum of RGB (Red+Green+Blue) = 132+79+101=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #844F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F65 is #7BB09A. Grayscale: #616161. Windows color (decimal): -8106139 or 6639492. OLE color: 6639492.

HSL color Cylindrical-coordinate representation of color #844F65: hue angle of 335.09º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F65 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 79 101 -
CMYK 0 0.40 0.23 0.48
HSL 335.09º 0.25% 0.41% -
HSV(B) 335.09º 0.4% 0.52% -
XYZ 14.66 11.44 13.75 -
YUV 97.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 132 79 101 0 0.40 0.23 0.48 335.09 0.25 0.41
Hex 84 4F 65 0 28 17 30 14F 19 29
Octal 204 117 145 0 50 27 60 517 31 51
Binary 10000100 1001111 1100101 0 101000 10111 110000 101001111 11001 101001

Color Harmonies of #844F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F65

Black with #844F65

Text Example


Text Example

White with #844F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844F65; }

 p { color: rgb(132,79,101); }

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

background-color css

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

 a { background-color: rgb(132,79,101); }

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

border-color css

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

 span { border-color: rgb(132,79,101); }

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