Html Css Color HEX #833B64 Cosmic

📋 copy color: '#833B64'

red 131 ◦ green 59 ◦ blue 100

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

Shades of Cosmic #833B64

Tints of Cosmic #833B64

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.34%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 45.17%
G = 20.34%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#833B64 (or 0x833B64) is known color: Cosmic. HEX triplet: 83, 3B and 64. RGB value is (131,59,100). Sum of RGB (Red+Green+Blue) = 131+59+100=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #833B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B64 is #7CC49B. Grayscale: #555555. Windows color (decimal): -8176796 or 6568835. OLE color: 6568835.

HSL color Cylindrical-coordinate representation of color #833B64: hue angle of 325.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #833B64 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 59 100 -
CMYK 0 0.55 0.24 0.49
HSL 325.83º 0.38% 0.37% -
HSV(B) 325.83º 0.55% 0.51% -
XYZ 13.22 8.87 13.07 -
YUV 85.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 131 59 100 0 0.55 0.24 0.49 325.83 0.38 0.37
Hex 83 3B 64 0 37 18 31 146 26 25
Octal 203 73 144 0 67 30 61 506 46 45
Binary 10000011 111011 1100100 0 110111 11000 110001 101000110 100110 100101

Color Harmonies of #833B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B64

Black with #833B64

Text Example


Text Example

White with #833B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833B64; }

 p { color: rgb(131,59,100); }

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

background-color css

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

 a { background-color: rgb(131,59,100); }

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

border-color css

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

 span { border-color: rgb(131,59,100); }

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