Html Css Color HEX #844067 Cosmic

📋 copy color: '#844067'

red 132 ◦ green 64 ◦ blue 103

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

Shades of Cosmic #844067

Tints of Cosmic #844067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

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

R = 44.15%
G = 21.4%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#844067 (or 0x844067) is known color: Cosmic. HEX triplet: 84, 40 and 67. RGB value is (132,64,103). Sum of RGB (Red+Green+Blue) = 132+64+103=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #844067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844067 is #7BBF98. Grayscale: #585858. Windows color (decimal): -8109977 or 6766724. OLE color: 6766724.

HSL color Cylindrical-coordinate representation of color #844067: hue angle of 325.59º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844067 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 103 -
CMYK 0 0.52 0.22 0.48
HSL 325.59º 0.35% 0.38% -
HSV(B) 325.59º 0.52% 0.52% -
XYZ 13.8 9.55 13.95 -
YUV 88.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 132 64 103 0 0.52 0.22 0.48 325.59 0.35 0.38
Hex 84 40 67 0 34 16 30 146 23 26
Octal 204 100 147 0 64 26 60 506 43 46
Binary 10000100 1000000 1100111 0 110100 10110 110000 101000110 100011 100110

Color Harmonies of #844067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844067

Black with #844067

Text Example


Text Example

White with #844067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844067; }

 p { color: rgb(132,64,103); }

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

background-color css

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

 a { background-color: rgb(132,64,103); }

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

border-color css

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

 span { border-color: rgb(132,64,103); }

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