Html Css Color HEX #834B73 Cosmic

📋 copy color: '#834B73'

red 131 ◦ green 75 ◦ blue 115

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

Shades of Cosmic #834B73

Tints of Cosmic #834B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.36%

 BLUE value IS 115 (45.31% from 255) = 35.83%

R = 40.81%
G = 23.36%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#834B73 (or 0x834B73) is known color: Cosmic. HEX triplet: 83, 4B and 73. RGB value is (131,75,115). Sum of RGB (Red+Green+Blue) = 131+75+115=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #834B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834B73 is #7CB48C. Grayscale: #606060. Windows color (decimal): -8172685 or 7555971. OLE color: 7555971.

HSL color Cylindrical-coordinate representation of color #834B73: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #834B73 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 75 115 -
CMYK 0 0.43 0.12 0.49
HSL 317.14º 0.27% 0.4% -
HSV(B) 317.14º 0.43% 0.51% -
XYZ 14.97 11.1 17.57 -
YUV 96.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 131 75 115 0 0.43 0.12 0.49 317.14 0.27 0.4
Hex 83 4B 73 0 2B C 31 13D 1B 28
Octal 203 113 163 0 53 14 61 475 33 50
Binary 10000011 1001011 1110011 0 101011 1100 110001 100111101 11011 101000

Color Harmonies of #834B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834B73

Black with #834B73

Text Example


Text Example

White with #834B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834B73; }

 p { color: rgb(131,75,115); }

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

background-color css

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

 a { background-color: rgb(131,75,115); }

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

border-color css

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

 span { border-color: rgb(131,75,115); }

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