Html Css Color HEX #844368 Cosmic

📋 copy color: '#844368'

red 132 ◦ green 67 ◦ blue 104

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

Shades of Cosmic #844368

Tints of Cosmic #844368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 43.56%
G = 22.11%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#844368 (or 0x844368) is known color: Cosmic. HEX triplet: 84, 43 and 68. RGB value is (132,67,104). Sum of RGB (Red+Green+Blue) = 132+67+104=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #844368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844368 is #7BBC97. Grayscale: #5A5A5A. Windows color (decimal): -8109208 or 6833028. OLE color: 6833028.

HSL color Cylindrical-coordinate representation of color #844368: hue angle of 325.85º 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 #844368 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 104 -
CMYK 0 0.49 0.21 0.48
HSL 325.85º 0.33% 0.39% -
HSV(B) 325.85º 0.49% 0.52% -
XYZ 14.02 9.92 14.27 -
YUV 90.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 132 67 104 0 0.49 0.21 0.48 325.85 0.33 0.39
Hex 84 43 68 0 31 15 30 146 21 27
Octal 204 103 150 0 61 25 60 506 41 47
Binary 10000100 1000011 1101000 0 110001 10101 110000 101000110 100001 100111

Color Harmonies of #844368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844368

Black with #844368

Text Example


Text Example

White with #844368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844368; }

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

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

background-color css

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

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

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

border-color css

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

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

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