Html Css Color HEX #834261 Cosmic

📋 copy color: '#834261'

red 131 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #834261

Tints of Cosmic #834261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 44.56%
G = 22.45%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#834261 (or 0x834261) is known color: Cosmic. HEX triplet: 83, 42 and 61. RGB value is (131,66,97). Sum of RGB (Red+Green+Blue) = 131+66+97=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #834261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834261 is #7CBD9E. Grayscale: #585858. Windows color (decimal): -8175007 or 6374019. OLE color: 6374019.

HSL color Cylindrical-coordinate representation of color #834261: hue angle of 331.38º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834261 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 97 -
CMYK 0 0.50 0.26 0.49
HSL 331.38º 0.33% 0.39% -
HSV(B) 331.38º 0.5% 0.51% -
XYZ 13.47 9.58 12.45 -
YUV 88.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 131 66 97 0 0.50 0.26 0.49 331.38 0.33 0.39
Hex 83 42 61 0 32 1A 31 14B 21 27
Octal 203 102 141 0 62 32 61 513 41 47
Binary 10000011 1000010 1100001 0 110010 11010 110001 101001011 100001 100111

Color Harmonies of #834261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834261

Black with #834261

Text Example


Text Example

White with #834261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834261; }

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

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

background-color css

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

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

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

border-color css

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

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

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