Html Css Color HEX #844365 Cosmic

📋 copy color: '#844365'

red 132 ◦ green 67 ◦ blue 101

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

Shades of Cosmic #844365

Tints of Cosmic #844365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

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

R = 44%
G = 22.33%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844365 (or 0x844365) is known color: Cosmic. HEX triplet: 84, 43 and 65. RGB value is (132,67,101). Sum of RGB (Red+Green+Blue) = 132+67+101=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #844365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844365 is #7BBC9A. Grayscale: #5A5A5A. Windows color (decimal): -8109211 or 6636420. OLE color: 6636420.

HSL color Cylindrical-coordinate representation of color #844365: hue angle of 328.62º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844365 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 101 -
CMYK 0 0.49 0.23 0.48
HSL 328.62º 0.33% 0.39% -
HSV(B) 328.62º 0.49% 0.52% -
XYZ 13.87 9.86 13.48 -
YUV 90.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 132 67 101 0 0.49 0.23 0.48 328.62 0.33 0.39
Hex 84 43 65 0 31 17 30 149 21 27
Octal 204 103 145 0 61 27 60 511 41 47
Binary 10000100 1000011 1100101 0 110001 10111 110000 101001001 100001 100111

Color Harmonies of #844365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844365

Black with #844365

Text Example


Text Example

White with #844365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844365; }

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

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

background-color css

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

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

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

border-color css

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

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

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