Html Css Color HEX #814358 Cosmic

📋 copy color: '#814358'

red 129 ◦ green 67 ◦ blue 88

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

Shades of Cosmic #814358

Tints of Cosmic #814358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 45.42%
G = 23.59%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#814358 (or 0x814358) is known color: Cosmic. HEX triplet: 81, 43 and 58. RGB value is (129,67,88). Sum of RGB (Red+Green+Blue) = 129+67+88=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #814358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814358 is #7EBCA7. Grayscale: #575757. Windows color (decimal): -8305832 or 5784449. OLE color: 5784449.

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

Color convert

RGB 129 67 88 -
CMYK 0 0.48 0.32 0.49
HSL 339.68º 0.32% 0.38% -
HSV(B) 339.68º 0.48% 0.51% -
XYZ 12.82 9.39 10.37 -
YUV 87.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 129 67 88 0 0.48 0.32 0.49 339.68 0.32 0.38
Hex 81 43 58 0 30 20 31 154 20 26
Octal 201 103 130 0 60 40 61 524 40 46
Binary 10000001 1000011 1011000 0 110000 100000 110001 101010100 100000 100110

Color Harmonies of #814358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814358

Black with #814358

Text Example


Text Example

White with #814358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814358; }

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

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

background-color css

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

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

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

border-color css

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

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

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