Html Css Color HEX #843768 Cosmic

📋 copy color: '#843768'

red 132 ◦ green 55 ◦ blue 104

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

Shades of Cosmic #843768

Tints of Cosmic #843768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 45.36%
G = 18.9%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#843768 (or 0x843768) is known color: Cosmic. HEX triplet: 84, 37 and 68. RGB value is (132,55,104). Sum of RGB (Red+Green+Blue) = 132+55+104=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #843768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843768 is #7BC897. Grayscale: #535353. Windows color (decimal): -8112280 or 6829956. OLE color: 6829956.

HSL color Cylindrical-coordinate representation of color #843768: hue angle of 321.82º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843768 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 55 104 -
CMYK 0 0.58 0.21 0.48
HSL 321.82º 0.41% 0.37% -
HSV(B) 321.82º 0.58% 0.52% -
XYZ 13.38 8.64 14.06 -
YUV 83.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 132 55 104 0 0.58 0.21 0.48 321.82 0.41 0.37
Hex 84 37 68 0 3A 15 30 142 29 25
Octal 204 67 150 0 72 25 60 502 51 45
Binary 10000100 110111 1101000 0 111010 10101 110000 101000010 101001 100101

Color Harmonies of #843768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843768

Black with #843768

Text Example


Text Example

White with #843768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843768; }

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

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

background-color css

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

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

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

border-color css

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

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

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