Html Css Color HEX #814462 Cosmic

📋 copy color: '#814462'

red 129 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #814462

Tints of Cosmic #814462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 43.73%
G = 23.05%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#814462 (or 0x814462) is known color: Cosmic. HEX triplet: 81, 44 and 62. RGB value is (129,68,98). Sum of RGB (Red+Green+Blue) = 129+68+98=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #814462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814462 is #7EBB9D. Grayscale: #595959. Windows color (decimal): -8305566 or 6440065. OLE color: 6440065.

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

Color convert

RGB 129 68 98 -
CMYK 0 0.47 0.24 0.49
HSL 330.49º 0.31% 0.39% -
HSV(B) 330.49º 0.47% 0.51% -
XYZ 13.32 9.68 12.72 -
YUV 89.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 129 68 98 0 0.47 0.24 0.49 330.49 0.31 0.39
Hex 81 44 62 0 2F 18 31 14A 1F 27
Octal 201 104 142 0 57 30 61 512 37 47
Binary 10000001 1000100 1100010 0 101111 11000 110001 101001010 11111 100111

Color Harmonies of #814462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814462

Black with #814462

Text Example


Text Example

White with #814462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814462; }

 p { color: rgb(129,68,98); }

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

background-color css

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

 a { background-color: rgb(129,68,98); }

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

border-color css

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

 span { border-color: rgb(129,68,98); }

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