Html Css Color HEX #844070 Cosmic

📋 copy color: '#844070'

red 132 ◦ green 64 ◦ blue 112

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

Shades of Cosmic #844070

Tints of Cosmic #844070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 42.86%
G = 20.78%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#844070 (or 0x844070) is known color: Cosmic. HEX triplet: 84, 40 and 70. RGB value is (132,64,112). Sum of RGB (Red+Green+Blue) = 132+64+112=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #844070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844070 is #7BBF8F. Grayscale: #595959. Windows color (decimal): -8109968 or 7356548. OLE color: 7356548.

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

Color convert

RGB 132 64 112 -
CMYK 0 0.52 0.15 0.48
HSL 317.65º 0.35% 0.38% -
HSV(B) 317.65º 0.52% 0.52% -
XYZ 14.27 9.74 16.46 -
YUV 89.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 132 64 112 0 0.52 0.15 0.48 317.65 0.35 0.38
Hex 84 40 70 0 34 F 30 13E 23 26
Octal 204 100 160 0 64 17 60 476 43 46
Binary 10000100 1000000 1110000 0 110100 1111 110000 100111110 100011 100110

Color Harmonies of #844070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844070

Black with #844070

Text Example


Text Example

White with #844070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844070; }

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

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

background-color css

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

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

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

border-color css

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

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

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