Html Css Color HEX #834761 Cosmic

📋 copy color: '#834761'

red 131 ◦ green 71 ◦ blue 97

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

Shades of Cosmic #834761

Tints of Cosmic #834761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.75%

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 43.81%
G = 23.75%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#834761 (or 0x834761) is known color: Cosmic. HEX triplet: 83, 47 and 61. RGB value is (131,71,97). Sum of RGB (Red+Green+Blue) = 131+71+97=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #834761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834761 is #7CB89E. Grayscale: #5B5B5B. Windows color (decimal): -8173727 or 6375299. OLE color: 6375299.

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

Color convert

RGB 131 71 97 -
CMYK 0 0.46 0.26 0.49
HSL 334º 0.3% 0.4% -
HSV(B) 334º 0.46% 0.51% -
XYZ 13.77 10.19 12.55 -
YUV 91.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 131 71 97 0 0.46 0.26 0.49 334 0.3 0.4
Hex 83 47 61 0 2E 1A 31 14E 1E 28
Octal 203 107 141 0 56 32 61 516 36 50
Binary 10000011 1000111 1100001 0 101110 11010 110001 101001110 11110 101000

Color Harmonies of #834761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834761

Black with #834761

Text Example


Text Example

White with #834761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834761; }

 p { color: rgb(131,71,97); }

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

background-color css

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

 a { background-color: rgb(131,71,97); }

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

border-color css

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

 span { border-color: rgb(131,71,97); }

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