Html Css Color HEX #814258 Cosmic

📋 copy color: '#814258'

red 129 ◦ green 66 ◦ blue 88

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

Shades of Cosmic #814258

Tints of Cosmic #814258

RGB

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

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

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

R = 45.58%
G = 23.32%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#814258 (or 0x814258) is known color: Cosmic. HEX triplet: 81, 42 and 58. RGB value is (129,66,88). Sum of RGB (Red+Green+Blue) = 129+66+88=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #814258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814258 is #7EBDA7. Grayscale: #575757. Windows color (decimal): -8306088 or 5784193. OLE color: 5784193.

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

Color convert

RGB 129 66 88 -
CMYK 0 0.49 0.32 0.49
HSL 339.05º 0.32% 0.38% -
HSV(B) 339.05º 0.49% 0.51% -
XYZ 12.76 9.27 10.35 -
YUV 87.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 129 66 88 0 0.49 0.32 0.49 339.05 0.32 0.38
Hex 81 42 58 0 31 20 31 153 20 26
Octal 201 102 130 0 61 40 61 523 40 46
Binary 10000001 1000010 1011000 0 110001 100000 110001 101010011 100000 100110

Color Harmonies of #814258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814258

Black with #814258

Text Example


Text Example

White with #814258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814258; }

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

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

background-color css

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

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

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

border-color css

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

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

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