Html Css Color HEX #814265 Cosmic

📋 copy color: '#814265'

red 129 ◦ green 66 ◦ blue 101

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

Shades of Cosmic #814265

Tints of Cosmic #814265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 43.58%
G = 22.3%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#814265 (or 0x814265) is known color: Cosmic. HEX triplet: 81, 42 and 65. RGB value is (129,66,101). Sum of RGB (Red+Green+Blue) = 129+66+101=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814265 is #7EBD9A. Grayscale: #585858. Windows color (decimal): -8306075 or 6636161. OLE color: 6636161.

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

Color convert

RGB 129 66 101 -
CMYK 0 0.49 0.22 0.49
HSL 326.67º 0.32% 0.38% -
HSV(B) 326.67º 0.49% 0.51% -
XYZ 13.35 9.5 13.44 -
YUV 88.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 129 66 101 0 0.49 0.22 0.49 326.67 0.32 0.38
Hex 81 42 65 0 31 16 31 147 20 26
Octal 201 102 145 0 61 26 61 507 40 46
Binary 10000001 1000010 1100101 0 110001 10110 110001 101000111 100000 100110

Color Harmonies of #814265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814265

Black with #814265

Text Example


Text Example

White with #814265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814265; }

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

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

background-color css

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

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

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

border-color css

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

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

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