Html Css Color HEX #833B65 Cosmic

📋 copy color: '#833B65'

red 131 ◦ green 59 ◦ blue 101

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

Shades of Cosmic #833B65

Tints of Cosmic #833B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 45.02%
G = 20.27%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#833B65 (or 0x833B65) is known color: Cosmic. HEX triplet: 83, 3B and 65. RGB value is (131,59,101). Sum of RGB (Red+Green+Blue) = 131+59+101=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #833B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B65 is #7CC49A. Grayscale: #555555. Windows color (decimal): -8176795 or 6634371. OLE color: 6634371.

HSL color Cylindrical-coordinate representation of color #833B65: hue angle of 325º 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 #833B65 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 59 101 -
CMYK 0 0.55 0.23 0.49
HSL 325º 0.38% 0.37% -
HSV(B) 325º 0.55% 0.51% -
XYZ 13.27 8.89 13.33 -
YUV 85.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 131 59 101 0 0.55 0.23 0.49 325 0.38 0.37
Hex 83 3B 65 0 37 17 31 145 26 25
Octal 203 73 145 0 67 27 61 505 46 45
Binary 10000011 111011 1100101 0 110111 10111 110001 101000101 100110 100101

Color Harmonies of #833B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B65

Black with #833B65

Text Example


Text Example

White with #833B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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