Html Css Color HEX #833A65 Cosmic

📋 copy color: '#833A65'

red 131 ◦ green 58 ◦ blue 101

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

Shades of Cosmic #833A65

Tints of Cosmic #833A65

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

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

R = 45.17%
G = 20%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#833A65 (or 0x833A65) is known color: Cosmic. HEX triplet: 83, 3A and 65. RGB value is (131,58,101). Sum of RGB (Red+Green+Blue) = 131+58+101=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #833A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833A65 is #7CC59A. Grayscale: #545454. Windows color (decimal): -8177051 or 6634115. OLE color: 6634115.

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

Color convert

RGB 131 58 101 -
CMYK 0 0.56 0.23 0.49
HSL 324.66º 0.39% 0.37% -
HSV(B) 324.66º 0.56% 0.51% -
XYZ 13.22 8.79 13.31 -
YUV 84.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 131 58 101 0 0.56 0.23 0.49 324.66 0.39 0.37
Hex 83 3A 65 0 38 17 31 145 27 25
Octal 203 72 145 0 70 27 61 505 47 45
Binary 10000011 111010 1100101 0 111000 10111 110001 101000101 100111 100101

Color Harmonies of #833A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A65

Black with #833A65

Text Example


Text Example

White with #833A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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