Html Css Color HEX #834B66 Cosmic

📋 copy color: '#834B66'

red 131 ◦ green 75 ◦ blue 102

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

Shades of Cosmic #834B66

Tints of Cosmic #834B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 42.53%
G = 24.35%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#834B66 (or 0x834B66) is known color: Cosmic. HEX triplet: 83, 4B and 66. RGB value is (131,75,102). Sum of RGB (Red+Green+Blue) = 131+75+102=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #834B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834B66 is #7CB499. Grayscale: #5E5E5E. Windows color (decimal): -8172698 or 6704003. OLE color: 6704003.

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

Color convert

RGB 131 75 102 -
CMYK 0 0.43 0.22 0.49
HSL 331.07º 0.27% 0.4% -
HSV(B) 331.07º 0.43% 0.51% -
XYZ 14.27 10.82 13.91 -
YUV 94.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 131 75 102 0 0.43 0.22 0.49 331.07 0.27 0.4
Hex 83 4B 66 0 2B 16 31 14B 1B 28
Octal 203 113 146 0 53 26 61 513 33 50
Binary 10000011 1001011 1100110 0 101011 10110 110001 101001011 11011 101000

Color Harmonies of #834B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834B66

Black with #834B66

Text Example


Text Example

White with #834B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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