Html Css Color HEX #844265 Cosmic

📋 copy color: '#844265'

red 132 ◦ green 66 ◦ blue 101

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

Shades of Cosmic #844265

Tints of Cosmic #844265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 44.15%
G = 22.07%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#844265 (or 0x844265) is known color: Cosmic. HEX triplet: 84, 42 and 65. RGB value is (132,66,101). Sum of RGB (Red+Green+Blue) = 132+66+101=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #844265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844265 is #7BBD9A. Grayscale: #595959. Windows color (decimal): -8109467 or 6636164. OLE color: 6636164.

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

Color convert

RGB 132 66 101 -
CMYK 0 0.5 0.23 0.48
HSL 328.18º 0.33% 0.39% -
HSV(B) 328.18º 0.5% 0.52% -
XYZ 13.81 9.74 13.46 -
YUV 89.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 132 66 101 0 0.5 0.23 0.48 328.18 0.33 0.39
Hex 84 42 65 0 32 17 30 148 21 27
Octal 204 102 145 0 62 27 60 510 41 47
Binary 10000100 1000010 1100101 0 110010 10111 110000 101001000 100001 100111

Color Harmonies of #844265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844265

Black with #844265

Text Example


Text Example

White with #844265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844265; }

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

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

background-color css

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

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

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

border-color css

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

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

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