Html Css Color HEX #834667 Cosmic

📋 copy color: '#834667'

red 131 ◦ green 70 ◦ blue 103

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

Shades of Cosmic #834667

Tints of Cosmic #834667

RGB

 RED value IS 131 (51.56% from 255) = 43.09%

 GREEN value IS 70 (27.73% from 255) = 23.03%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 43.09%
G = 23.03%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#834667 (or 0x834667) is known color: Cosmic. HEX triplet: 83, 46 and 67. RGB value is (131,70,103). Sum of RGB (Red+Green+Blue) = 131+70+103=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #834667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834667 is #7CB998. Grayscale: #5B5B5B. Windows color (decimal): -8173977 or 6768259. OLE color: 6768259.

HSL color Cylindrical-coordinate representation of color #834667: hue angle of 327.54º degrees, saturation: 0.3, 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 #834667 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 103 -
CMYK 0 0.47 0.21 0.49
HSL 327.54º 0.3% 0.39% -
HSV(B) 327.54º 0.47% 0.51% -
XYZ 14 10.18 14.06 -
YUV 92 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 131 70 103 0 0.47 0.21 0.49 327.54 0.3 0.39
Hex 83 46 67 0 2F 15 31 148 1E 27
Octal 203 106 147 0 57 25 61 510 36 47
Binary 10000011 1000110 1100111 0 101111 10101 110001 101001000 11110 100111

Color Harmonies of #834667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834667

Black with #834667

Text Example


Text Example

White with #834667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834667; }

 p { color: rgb(131,70,103); }

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

background-color css

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

 a { background-color: rgb(131,70,103); }

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

border-color css

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

 span { border-color: rgb(131,70,103); }

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