Html Css Color HEX #814364 Cosmic

📋 copy color: '#814364'

red 129 ◦ green 67 ◦ blue 100

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

Shades of Cosmic #814364

Tints of Cosmic #814364

RGB

 RED value IS 129 (50.78% from 255) = 43.58%

 GREEN value IS 67 (26.56% from 255) = 22.64%

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 43.58%
G = 22.64%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#814364 (or 0x814364) is known color: Cosmic. HEX triplet: 81, 43 and 64. RGB value is (129,67,100). Sum of RGB (Red+Green+Blue) = 129+67+100=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814364 is #7EBC9B. Grayscale: #595959. Windows color (decimal): -8305820 or 6570881. OLE color: 6570881.

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

Color convert

RGB 129 67 100 -
CMYK 0 0.48 0.22 0.49
HSL 328.06º 0.32% 0.38% -
HSV(B) 328.06º 0.48% 0.51% -
XYZ 13.36 9.6 13.21 -
YUV 89.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 129 67 100 0 0.48 0.22 0.49 328.06 0.32 0.38
Hex 81 43 64 0 30 16 31 148 20 26
Octal 201 103 144 0 60 26 61 510 40 46
Binary 10000001 1000011 1100100 0 110000 10110 110001 101001000 100000 100110

Color Harmonies of #814364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814364

Black with #814364

Text Example


Text Example

White with #814364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814364; }

 p { color: rgb(129,67,100); }

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

background-color css

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

 a { background-color: rgb(129,67,100); }

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

border-color css

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

 span { border-color: rgb(129,67,100); }

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