Html Css Color HEX #844267 Cosmic

📋 copy color: '#844267'

red 132 ◦ green 66 ◦ blue 103

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

Shades of Cosmic #844267

Tints of Cosmic #844267

RGB

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

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

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

R = 43.85%
G = 21.93%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#844267 (or 0x844267) is known color: Cosmic. HEX triplet: 84, 42 and 67. RGB value is (132,66,103). Sum of RGB (Red+Green+Blue) = 132+66+103=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #844267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844267 is #7BBD98. Grayscale: #595959. Windows color (decimal): -8109465 or 6767236. OLE color: 6767236.

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

Color convert

RGB 132 66 103 -
CMYK 0 0.5 0.22 0.48
HSL 326.36º 0.33% 0.39% -
HSV(B) 326.36º 0.5% 0.52% -
XYZ 13.91 9.78 13.99 -
YUV 89.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 132 66 103 0 0.5 0.22 0.48 326.36 0.33 0.39
Hex 84 42 67 0 32 16 30 146 21 27
Octal 204 102 147 0 62 26 60 506 41 47
Binary 10000100 1000010 1100111 0 110010 10110 110000 101000110 100001 100111

Color Harmonies of #844267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844267

Black with #844267

Text Example


Text Example

White with #844267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844267; }

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

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

background-color css

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

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

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

border-color css

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

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

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